codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 352 forks source link

"Find in solution explorer" not working since VS2022 17.10.0 #1055

Closed pedrodel99 closed 1 month ago

pedrodel99 commented 1 month ago

Environment

Description

Since VS2022 17.10.0 update, function "Find in solution explorer" is not working anymore...

Steps to recreate

  1. Install VS2022 Community 17.10.0
  2. Create a project with more than 2 files
  3. Try shortcut Ctrl+M,F or using contextual menu

Current behavior

Solution explorer is not opened, and the current file was not targeted.

Expected behavior

"Find in solution explorer" was supposed to work... but it's not!

Update

According with @huwilly, changing keyboard shortcut resolve it...

xyseb commented 1 month ago

Context menu works for me from a right click on a file tab. But doesn't work from the shortcut I tried on VS 2022 Professionnal 17.10.1

huwilly commented 1 month ago

The command 'Cpp.QuickInfo.SearchOnline' has the same shortcut (in Text Editor). In the Options menu (Environment / Keyboard), if you remove the shortcut for this command, it will be solved.