Its really annoying when Sublime Text selects the entire word in Javascript which is actually delimitated by "dots". How to fix this?
In Preferences.sublime-settings, change "word_separators" to the following line
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?\\.",
Notice that I added "\\." in the end of the word_separators strings.
Hope it helps someone.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With