SQL Editor region collapse like in JS with VS Code #33570
Unanswered
jonashaus
asked this question in
Feature Requests
Replies: 2 comments
|
Great idea! |
0 replies
|
Hi everyone, due to inactivity on this issue I've moved the issue over to discussions/enhancements. |
0 replies
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.
In most IDE's, you can create collapsible "regions" by wrapping Javascript code with region comments:
The IDE will show this as a collapsible code block - i use this to improve code readability. Since the Supabase SQL Editor "IDE" already supports collapsing e.g. "coalesce" statements, I thought this would also be cool for regions. Of course, in SQL, the syntax would be:
I personally would love to see this feature and hope to see some general community interest in this 😊
All reactions