ih-reloaded
ih-reloaded copied to clipboard
[Feature Request] also navigate to opening/closing brackets
Great plugin! Strange this is not included in the main IDE...
But one thing is missing, I think: Navigating opening/closing block brackets.
Intellij provides such a feature by default. One can configure these 4 separate keyboard shortcuts:
- "Move Caret to Code Block End"
- "Move Caret to Code Block End with Selection"
- "Move Caret to Code Block Begin"
- "Move Caret to Code Block Begin with Selection"
The problem: These are 2-4 additional keyboard shortcuts to set and remember.
The Solution: I think at least 2 of these features could be integrated (optionally) in the IdentifierHighlighter plugin, reusing the same keyboard shortcuts: Allow the existing plugin keyboard shortcuts (optionally?) to also navigate from an opening bracket to the corresponding closing bracket or vice versa, when highlighted. This would make the plugin more versatile and handy, and I can't think of any negative effects when implemented.