-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Trigger symbol highlight on selection change #2604
Comments
AndreasArvidsson
changed the title
Triggers symbol highlight on selection change
Trigger symbol highlight on selection change
Jul 30, 2024
Yeah interesting to think through when to do it. And we'd prob need a flag on |
Or a separate editor method? |
But an option is probably better. |
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 25, 2025
In vscode if you click on a word with the mouse corresponding words are highlighted. When using cursorless to set selection this doesn't happen on main. Fixes #2604 ## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In vscode we can trigger
editor.action.wordHighlight.trigger
Only on pre and post actions?
The text was updated successfully, but these errors were encountered: