In Visual Studio, if you hold CTRL and click on word, it selects the entire word. If you drag, it selects text word-by-word.
I find this feature of Visual Studio very useful when I'm copy pasting small bits of code, since I can just keep holding CTRL, select words, and press C, X, or V to move stuff around.
In VS Code, you can't do this. Instead, CTRL+CLICK is bound to "Go To Definition".
Is there any way to match the behavior of VS Code with Visual Studio in this context?
question from:
https://stackoverflow.com/questions/43428264/use-ctrlclick-to-select-word-in-vs-code 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…