We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In vscode we can trigger editor.action.wordHighlight.trigger
editor.action.wordHighlight.trigger
Only on pre and post actions?
The text was updated successfully, but these errors were encountered:
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
setSelections
Sorry, something went wrong.
Or a separate editor method?
But an option is probably better.
No branches or pull requests
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: