When you ctrl+click or double click a word in the Visual Studio text editor, it stops the selection at a hyphen. So, for example, you cannot select a full GUID with ctrl+click. Is there a way to remove the hyphen as a word separator?
There is an extension that solves this issue for visual studio. "Select Hyphenated" @ marketplace.visualstudio.com
There is also a setting in vscode:
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?",
By removing the hyphen, double clicking selects whole hyphenated words. I also removed the period and hash for selecting css classes and ids.
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