Allow the usage of //#region and //#endregion in Typescript and Javascript #37421
yacobmole
started this conversation in
Ideas From VSCode
Replies: 1 comment
-
|
Also useful in minimaps |
Beta Was this translation helpful? Give feedback.
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.
-
For example in VSCode in Typescript and Javascript files you can define regions like the following
and then you can get a small arrow next to //#region which will allow you to fold all the code between the region tags.
The above code in Zed does not produce a fold arrow to fold the code between the tags.
Beta Was this translation helpful? Give feedback.
All reactions