Home > Enterprise >  In Visual Studio, what is the keyboard shortcut and Command ID to "search/query everything box&
In Visual Studio, what is the keyboard shortcut and Command ID to "search/query everything box&

Time:02-02

In Visual Studio 2021 or above what is the keyboard shortcut (KeyMap) Command ID to the "search everything box"? This box is displayed top right of IDE menu bar. It offers a global search including, IDE actions, menus, commands and symbols within code. The default Ctrl Q is NOT assigned on my config, used for something else. Please see the screenshot:

enter image description here

Could not find the correct command in enter image description here

Advance Shortcuts:

The search results include tabs for All, Code, Visual Studio. You can save time by using the following keyboard shortcuts for different types of searches:

Ctrl Q, Ctrl T for files, types, and members Ctrl Q, Ctrl M for Visual Studio menus, options, components, and templates Ctrl Q, Ctrl E to go to the All tab, for both

CodePudding user response:

On my installation of VS 2022 the placeholder text within the search box is "Search (Ctrl Q)". VS 2022 quick launch input

Pressing this shortcut in the keyboard mappings yields the Shortcut Window.QuickLaunch

VS 2022 keyboard shortcut mapping showing Window.QuickLaunch as shortcut activated by Ctrl Q

The page you linked to also shows this is the default settings for Window.QuickLaunch.

CodePudding user response:

Please try with Ctrl Q it is working fine in visual studio 2022.

enter image description here

  •  Tags:  
  • Related