xeraphim
xeraphim

Reputation: 4645

VS2017 not showing suggestions & cannot navigate to the symbol under caret

My Visual Studio is having some problems:

Suddenly it stopped showing any useful suggestions. artikelList contains articles with many properties but all it shows is this:

enter image description here

Additionally, when I try to go to the implementation of a method via ctrl+f12 it shows the following error message:

enter image description here

I've tried to restart VS17, restart my pc, reset the settings and reinstall VS17 but it didn't help.

Has anyone had these problems as well and knows how to solve it?

Thanks in advance

Upvotes: 2

Views: 4336

Answers (2)

Khalid
Khalid

Reputation: 367

This happened to me just on one project , just deleting .vs file worked for me

Upvotes: 1

xeraphim
xeraphim

Reputation: 4645

The problem was something with my user data... I don't know what exactly but resetting it together with a "clear symbols" fixed the issues:

  1. devenv.exe /resetuserdata

  2. Tools -> Options -> Debugging -> Symbols -> Empty Symbol Cache

Upvotes: 5

Related Questions