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
VsCode's code folding function works great, but I want to be able to configure which parts fold which parts. Like below
JavaScript's jsDoc multi-line comment, I want it to be unfolded so I can see the structure of the overall code.
I'm used to using shortcuts to fold code at the specified level, but jsDoc and function are both at the same level of folding, which causes them both to be folded. I want to be able to control the multi-line comment section from folding.
If it can be set in VsCode, please let me know where to configure it, or if there is a plugin that can do it, please let me know, thanks very much.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
VsCode's code folding function works great, but I want to be able to configure which parts fold which parts. Like below
JavaScript's jsDoc multi-line comment, I want it to be unfolded so I can see the structure of the overall code.
I'm used to using shortcuts to fold code at the specified level, but jsDoc and function are both at the same level of folding, which causes them both to be folded. I want to be able to control the multi-line comment section from folding.
If it can be set in VsCode, please let me know where to configure it, or if there is a plugin that can do it, please let me know, thanks very much.
The text was updated successfully, but these errors were encountered: