1

Detail:

I have updated Visual Studio to version 16.6.1 - couple days ago.

1.

I have noticed the code suggestion is not working anymore for one of my projects.

enter image description here

2.

But on my other project it does work..

enter image description here

More detail:

I have followed a suggestion here: https://stackoverflow.com/a/8420870/12485722

Here is the current options:

enter image description here

Question:

How can I make it work again?...

Eduards
  • 1,734
  • 2
  • 12
  • 37
  • What happens if you manually force VS to display IntelliSense? (By default `Ctrl+Space` should bring it up) – MindSwipe Jun 05 '20 at 09:42
  • @MindSwipe Nothing sir. Tried these too.. nothing https://stackoverflow.com/questions/3640544/visual-studio-keyboard-shortcut-to-display-intellisense – Eduards Jun 05 '20 at 09:43
  • Hello there. Maybe [this](https://stackoverflow.com/q/18289936/10216583) or [this](https://stackoverflow.com/q/57474785/10216583) and [this](https://stackoverflow.com/a/27991492/10216583). –  Jun 05 '20 at 10:28
  • @JQSOFT tried it all. Even re-installing Visual Studio. It's just for specific project.. weird – Eduards Jun 05 '20 at 11:32
  • Well, create a new project and add first the file that doesn't show the IntelliSense. If it works, add the rest to replace the old version. –  Jun 05 '20 at 11:37
  • 1
    @JQSOFT, please try to delete bin and obj folder in your project and restart your vs to check if it works for you. – Jack J Jun Jun 08 '20 at 07:21
  • @JackJJun-MSFT Nope - didn't work – Eduards Jun 08 '20 at 07:26
  • @JackJJun-MSFT Thank you buddy. I have no problem in this issue yet. LV98 has. Good suggestion Btw. –  Jun 08 '20 at 07:27
  • I believe the issue is coming from NuGet package - as I have been installing a number of packages without un-installing the ones I didn't need. – Eduards Jun 08 '20 at 07:29
  • 1
    @LV98,It is may be related to your nuget, so after uninstalling unnecessary nuget, please try to delete bin and obj folder in your project and restart your vs to check if it works for you. – Jack J Jun Jun 08 '20 at 07:32

2 Answers2

1

have you tried re-installing Visual Studio, it might solve your problem ?

Trollicus
  • 31
  • 5
1

I had multiple NuGet Packages that were not used at all.

From this answer: https://stackoverflow.com/a/36645281/12485722

I have downloaded ReSharper Ultimate 10.1 EAP 3 for 30 days trial and Remove Unused References which also supports NuGet references as well.

Now the IntelliSense is up and running again.

Eduards
  • 1,734
  • 2
  • 12
  • 37