Visual Studio 2017 "Go to All" does not list items

Visual StudioSearchIdeVisual Studio-2017

Visual Studio Problem Overview


VS 2017's new "Go to All" (Ctrl + T or Ctrl + ,) does not lists items for me.

Searched for a setting for it, no luck. Also no error messages regarding this at all. Any ideas?

Thanks.

Visual Studio Solutions


Solution 1 - Visual Studio

I encountered this issue as well. Somehow I had collapsed the list. If you hover over the point in the picture below you should get a resize handle. Grab it and pull it down to get your list back.

enter image description here

Solution 2 - Visual Studio

For me - helped to move project folder to another path and open in visual studio as a new project. You can simply test that scenario by creating new visual studio solution and try to search there - if search will works, then folder movement could be a solution for you.

Just to note - i tried to open nodejs project, there are about more then 300k files and maybe it's the main reason, also maybe it was visual studio cache (tried to delete cache files - it was unhelpful).

Solution 3 - Visual Studio

For me the issue is hotkeys. Tools->Options->Environment->Keyboard->Edit.GoToAll

assign shortcut keys (usually CTRL + ,)

Solution 4 - Visual Studio

I fixed this by deleting my .vs folder and *.csproj.user files from my repository (done with git-clean)

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAlperView Question on Stackoverflow
Solution 1 - Visual Studiocode confessionsView Answer on Stackoverflow
Solution 2 - Visual StudioNigrimmistView Answer on Stackoverflow
Solution 3 - Visual StudiocanbaxView Answer on Stackoverflow
Solution 4 - Visual StudioblackboxlogicView Answer on Stackoverflow