Visual Studio 2017 “Go to All” does not list items

无人久伴 提交于 2019-12-05 08:33:51

问题


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.


回答1:


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.




回答2:


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).




回答3:


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

assign shortcut keys (usually CTRL + ,)



来源:https://stackoverflow.com/questions/43286088/visual-studio-2017-go-to-all-does-not-list-items

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