cursorless-dev / cursorless

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

Trigger symbol highlight on selection change #2604

Open AndreasArvidsson opened 3 months ago

AndreasArvidsson commented 3 months ago

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

Only on pre and post actions?

pokey commented 3 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 3 months ago

Or a separate editor method?

AndreasArvidsson commented 3 months ago

But an option is probably better.