Visual Studio 2012 Search Scope

人走茶凉 提交于 2019-12-23 09:34:43

问题


Visual Studio 2012 Quick Find Dialog


Is there a shortcut, or a way to make one, for changing search scope in Visual Studio 2012?

The new quick search dialog was redesigned, and it is very clunky to get to search scope via the tab key, as the initial keyboard focus is in the first textbox and the scope dropdown was moved relatively far away.

In Visual Studio 2010, it was as simple as hitting the tab key once and you're there.

Visual Studio 2012 Quick Find Dialog


回答1:


Mr. President, you can always use ctrl + shift + F to bring up the old search dialog. Then you can just tab.




回答2:


In Visual Studio 2015 and 2017, Alt + L moves the focus to the dropdown for scope. I haven't tried other VS versions.

EDIT:

In addition,

Alt + w toggles the whole word option

Alt + c toggles the match case option

Alt + e toggles the regular expressions option

Enter does the search. F3 repeats the last search.

CTrl + Enter pops out the search options sub menu

These are valid for VS2015 and VS2017



来源:https://stackoverflow.com/questions/15602570/visual-studio-2012-search-scope

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