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
Code folding is enabled on structs and control flow statements. Unfortunately not on namespaces.
In files with lots of helpers scattered throughout the file, code folding/collapsing those namespaces would be really helpful.
Thus, please consider enabling code folding on C++ namespaces. Thanks !
The text was updated successfully, but these errors were encountered:
The code folding behavior is from VS Code itself and is based on the indent position only. VS Code doesn't currently have any API for modifying the code folding behavior. This is being tracked at microsoft/vscode#3422 .
Code folding is enabled on structs and control flow statements. Unfortunately not on namespaces.
In files with lots of helpers scattered throughout the file, code folding/collapsing those namespaces would be really helpful.
Thus, please consider enabling code folding on C++ namespaces. Thanks !
The text was updated successfully, but these errors were encountered: