ruby-lsp
ruby-lsp copied to clipboard
Add block highlights to the usual highlights
I have checked that this feature is not already implemented
- [x] This feature does not exist
Use case
It would be great to be able to see where some particular block starts and ends, this would be useful to understand with some messy files what are we looking into or when defining some test with describes to understand where some particular describe ends, can be also done with folding ranges but i feel is useful to have this one. Left some images with examples, i think this can be an improvement on the document highlighting
Description
Something similar to document highlighting but for the blocks. When the cursor is over this "block starters" to highlight the corresponding end.
Implementation
No response
Hi Team, Im looking at this issue.