Selecting a continue or break statement should highlight the encompassing loop #3719
Smumbo
started this conversation in
Enhancement
Replies: 1 comment
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Essentially what the title says. I think it could be helpful to see at a glance which loop any given
break
orcontinue
statement corresponds to when it is selected with the cursor.Rough mockup of how this could look:

This would also add the reference highlight to the scrollbar/minimap, much like selecting a variable or function.
Beta Was this translation helpful? Give feedback.
All reactions