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
Instead of going from the outermost block of the code to the innermost block, up to the max depth setting, allow for the exact opposite where highlighting works in a bottom-up style, ie. when you put the cursor inside a block 10 "depths" in, the highlighter starts from the block of the cursor and starts highlighting outwards up to a (user selectable) max number of blocks.
That allows for code that contains blocks many levels deep to be less cluttered since highlighting starts from the block the user focuses on up to x steps outwards.
For example, working on a function 10 levels deep means that I want the function's inner blocks highlighted but all the function's parent (outer) blocks don't need to be highlighted as it only contributes to visual clutter.
The text was updated successfully, but these errors were encountered:
Instead of going from the outermost block of the code to the innermost block, up to the max depth setting, allow for the exact opposite where highlighting works in a bottom-up style, ie. when you put the cursor inside a block 10 "depths" in, the highlighter starts from the block of the cursor and starts highlighting outwards up to a (user selectable) max number of blocks.
That allows for code that contains blocks many levels deep to be less cluttered since highlighting starts from the block the user focuses on up to x steps outwards.
For example, working on a function 10 levels deep means that I want the function's inner blocks highlighted but all the function's parent (outer) blocks don't need to be highlighted as it only contributes to visual clutter.
The text was updated successfully, but these errors were encountered: