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:
Could not find the correct command in 
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)".

Pressing this shortcut in the keyboard mappings yields the Shortcut Window.QuickLaunch
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.



