Whenever I use Go To on Visual studio 2017 and I start typing something it will just find the first occurrence of whatever I typed and go to that file without showing me a list of Classes / Methods like it used to do before. Right now I don't see any list of possible results and it's making it pretty hard to navigate my code. I have been looking online and couldn't find a solution to this. What can I do to get that list of results to show up?
Asked
Active
Viewed 120 times
0
-
Could you add a screenshot of what you are seeing? And do you have Resharper installed? – Melissa Nov 10 '17 at 12:22
-
https://stackoverflow.com/questions/43286088/visual-studio-2017-go-to-all-does-not-list-items This fixed my problem. – CVasquezG Nov 10 '17 at 16:33