Replies: 1 comment 1 reply
-
There are similar ways to do this in VS Code. You're able to jump around in/to the next/previous folding range. A quick search in the Command Palette showed this, but there are no default key bindings. We've been asked about highlighting 'nested logic' before, but we've always pointed people in this direction: https://marketplace.visualstudio.com/items?itemName=leodevbro.blockman |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RDi has a feature to assist with nested logic within a program. the shortcut keys are as follows: Ctrl+M Highlight code to beginning/end of code block, Ctrl+Shift+M Jump cursor to beginning/end of code block, Ctrl+Shift+O Show Nested Logic with arrows in sequence area.
I deal with customers that have programs with several thousand lines of code. I frequently use this feature when having to change one of these monster programs.
Without this feature I'm staying with RDi for the time being.
Beta Was this translation helpful? Give feedback.
All reactions