0

I am making an ASP.Net application, but for some reason Intellisense is not working for the C# code. The Code is white and Errors are not shown as well. It is working great for HTML though. Does anybody know how to fix this?

eSeL
  • 13
  • 3
  • Possible duplicate of [Why does intellisense and code suggestion stop working when Visual Studio is open?](https://stackoverflow.com/questions/13982526/why-does-intellisense-and-code-suggestion-stop-working-when-visual-studio-is-ope) – Circle Hsiao May 28 '19 at 02:58

3 Answers3

0

Just close visual studio and open it again and then check.. Open solution and build again because intellisense uses metadata to get property and all other things. There are changes metadata not loaded properly

Or

Go to Tools -> Options -> Text Editor -> All Languages -> General and enable "Auto list members"

SUNIL DHAPPADHULE
  • 2,755
  • 17
  • 32
0

Could you please share the version of your Visual Studio,as i am guessing you are using old version. i.e. 15.2 or lower. Upgrade your visual studio and the issue will be resolved.

Hope this answer helps.

Farhan
  • 47
  • 7
0

1.Check if this workaround helps. After that, right-click project to unload and reload the project.

2.Also, I'm wondering if you've installed any vs extension recently, I suggest you can start VS in safe-mode to check if it helps.

3.And for now the latest version of VS2017 is 15.9.12, I suggest you update your vs to help reslove the issue.(Or repair vs) Hope it helps:)

LoLance
  • 25,666
  • 1
  • 39
  • 73