In visual studio how to select word in text editor using keyboard
In earlier version of Microsoft Visual Studio products if user in text editor hit CTRL+W editor will do select the word where is pointer. Does that keyboard shortcut exists still in Visua开发者_如何学Pythonl Studio 2010?
In Tools | Options | Environment | Keyboard enter "Word" into "Show commands containing" and see all commands associated with words.
Here the command Edit.SelectCurrentWord
is assigned to Ctrl + W, but your setup might be different. Ctrl + Shift + W is another common setting.
When using Resharper 'Shift + Ctrl + W' shortcut may be overriden and not working. Create new shortcut for Edit.SelectCurrentWord as 'Ctrl + W, Ctrl + W'. It works fine so you may use this and resharper shortcuts.
In Visual Studio 2019 the default keypress to select a word is:
Ctrl + Shift + W
The path i have to use is Debbugen (Debug), Optionen... (Options), Umgebung (Environment), Tastatur (Keyboard) and the first menu to expand to chose (Standard)([maybe]default).
I have no defined version control. With version Microsoft Visual Studio Community 2019 Version 16.10.1
Microsoft .NET Framework Version 4.8.04.084
精彩评论