Is there a way to customize (i.e., in settings.json
) the set of characters used to delimit words and tokens in Visual Studio Code? I'm referring to the set of characters used to control the behavior of actions like Alt+Left, Alt+Right, or double-clicks when navigating text.
Sublime Text supports a "word_separators"
option for settings files that take a set of characters like “./\()"’-:,.;<>~!@#$%^&*|+=[]{}~?”
. Does Code support a similar feature?