Skip to content

Conversation

@zgrannan
Copy link
Member

The change to editor.wordSeparators in package.json ensures that identifiers containing $ are treated as a single word (currently, they are split on the $ symbol. This is useful for extensions such as vscodevim that allow for operators to be performed on words (although there are still some issues, for example: VSCodeVim/Vim#8190).

The change to wordPattern in viper-configuration is analogous, but changes different behaviour within vscode. More details are available here: https://code.visualstudio.com/api/language-extensions/language-configuration-guide#word-pattern

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant