You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"foldLevel.alwaysFoldComments": false// default `false` for backwards compatibility
If true it would behave like normal, but would always fold block comments (those before functions, e.g. /* ... */ for js, /** ... */ for js / java, // <summary> ... </summary> for c#, etc.)
Very often I find that comments get in the way. I wish they would be folded all the time, regardless of the 1-6 level.
Thanks again for this awesome extension, it makes dealing with large files much easier! 👍
The text was updated successfully, but these errors were encountered:
It would be nice to have a config option:
If
true
it would behave like normal, but would always fold block comments (those before functions, e.g./* ... */
for js,/** ... */
for js / java,// <summary> ... </summary>
for c#, etc.)Very often I find that comments get in the way. I wish they would be folded all the time, regardless of the 1-6 level.
Thanks again for this awesome extension, it makes dealing with large files much easier! 👍
The text was updated successfully, but these errors were encountered: