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
Currently with code folding, the code will automatically expand if the cursor passes onto a folded section, rather than the code actively being expanded with eg a key press.
The current behaviour makes it very hard to navigate around a file with folded sections, as the editor is constantly trying to open this up automatically.
There doesn't apppear to be an option currently to turn off automatic expansion of folded code.
(Note the default in intellij,webstorm,pycharm etc.. is to expand code actively ie on key press, this makes it significantly easier to navigate around files with folded code).
The text was updated successfully, but these errors were encountered:
Currently with code folding, the code will automatically expand if the cursor passes onto a folded section, rather than the code actively being expanded with eg a key press.
The current behaviour makes it very hard to navigate around a file with folded sections, as the editor is constantly trying to open this up automatically.
There doesn't apppear to be an option currently to turn off automatic expansion of folded code.
(Note the default in intellij,webstorm,pycharm etc.. is to expand code actively ie on key press, this makes it significantly easier to navigate around files with folded code).
The text was updated successfully, but these errors were encountered: