In visual studio how to select word in text editor using keyboard

谁都会走 提交于 2019-12-04 22:37:13
Richard

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.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!