Lost intellisense in Visual Studio
If you just lost intellisense in VS 2012 or 2013, you are not alone. These are the two most common culprits/fixes –
- RESET all settings –
Tools > Import and Export Settings... > Reset all settings
. (This always works for me). - Close Visual Studio , Delete yoursolution.suo file. Reopen Visual Studio and reload your project. (This works some of the time).
There are other possible reasons for losing intellisense – but these two fixes usually work.
Leave a Reply