Visual Studio does not auto-complete anything

Asked

Viewed 487 times

0

I’ve always used visual studio and never had any problems. I have the community 2017 version installed, and I was using normally, however, I had to pause the development I had been doing. Now that I came back (a couple of months later), an update came out and I installed it smoothly. The problem now comes:

The visual studio is no longer suggesting auto-completes of classes, not even Imports/using. It’s working like a Notepad++, it just changes the color of things. When I try to compile, it triggers a lot of errors "missing import", "unreported variable", all this because it is not making the suggestions of anything.

I wanted the help of you to try to solve this problem (I already repaired it in Visual Studio Installer, but did not solve).

  • 2

    Uninstall Visual Studio, install again with the updated version. And delete the folder . vs that is hidden at the root of your Solution.

  • Try CTRL + J

  • I uninstalled and installed again, it worked. Thanks people.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.