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

Add Go to Next/Prev Symbol Highlight support #372

Closed
danielpaz6 opened this issue Dec 30, 2024 · 2 comments · Fixed by #375
Closed

Add Go to Next/Prev Symbol Highlight support #372

danielpaz6 opened this issue Dec 30, 2024 · 2 comments · Fixed by #375
Assignees
Milestone

Comments

@danielpaz6
Copy link

In Jetbrain in order to move to the next/prev symbol, you press CTRL + OPTION + DOWN for next symbol highlight and CTRL + OPTION + UP for previous symbol highlight.
In Visual Studio Code you press F7 to next and SHIFT+F7 for prev.

@kasecato kasecato self-assigned this Feb 16, 2025
@kasecato
Copy link
Owner

  • IntelliJ: Next Highlighted Usage
  • macOS: ctrl+alt+down
  • Win: none
  • Linux: none
{
  "key": "f7",
  "command": "editor.action.wordHighlight.next",
  "when": "editorTextFocus && hasWordHighlights"
}

@kasecato
Copy link
Owner

This was released on v1.7.4

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

Successfully merging a pull request may close this issue.

2 participants