Juno.jl icon indicating copy to clipboard operation
Juno.jl copied to clipboard

Annotating the start of the statement when cursor is placed on end & vice-versa[FR]

Open ba2tripleO opened this issue 4 years ago • 0 comments

Would be nice to have some kind of annotation on the function, for, if-else statements when the cursor is placed at the end keyword of that statement, e.g., if there is an if-else statement inside a constructor function inside a struct definition along with other things it becomes a little confusing, especially when there are too many lines. Currently we do have this kind of functionality for brackets of different kinds, hope it gets extended to control statements, function declarations and struct definitions.

ba2tripleO avatar Jan 14 '22 03:01 ba2tripleO