Multiple SQL Editor tabs open at once - UI / UX #15826
Unanswered
ChaddRobertson
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I know that this will cause potential headaches when it comes to referencing database objects that have yet to be created, but the ability to work on numerous SQL queries at once from within the online SQL editor would be fantastic - by this I mean having numerous tabs open at once, similar to that of VS Code, Android Studio, etc:
I'd likely mitigate the aforementioned issue by having a 'run' / 'not yet run' tag alongside the tab header, or simply have the tabs be greyed out if they have yet to be run successfully. In my opinion, some user feedback such as this would be needed.
Bouncing between individual queries becomes quite tedious as the query count grows, especially if they're small and I'm referencing one to write another. Having multiple tabs available, or a better defined query explorer on the side panel would help immensely.
Definitely low on the priority list compared to other fantastic feature requests, but this would be an ease of use feature that would definitely make using the online editor more friendly / productive.
Cheers everyone, thoroughly enjoying using your product.
All reactions