Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] also navigate to opening/closing brackets #7

Open
biberesser opened this issue Feb 18, 2019 · 0 comments
Open

[Feature Request] also navigate to opening/closing brackets #7

biberesser opened this issue Feb 18, 2019 · 0 comments

Comments

@biberesser
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant