cursorless-dev / cursorless

Don't let the cursor slow you down
https://www.cursorless.org/
MIT License
1.14k stars 79 forks source link

Trigger symbol highlight on selection change #2604

Open AndreasArvidsson opened 2 months ago

AndreasArvidsson commented 2 months ago

In vscode we can trigger editor.action.wordHighlight.trigger

Only on pre and post actions?

pokey commented 2 months ago

Yeah interesting to think through when to do it. And we'd prob need a flag on setSelections, otherwise ide wouldn't know it's pre / post

AndreasArvidsson commented 2 months ago

Or a separate editor method?

AndreasArvidsson commented 2 months ago

But an option is probably better.