

If you encounter the issue, check for syntax errors as gpersell suggests. This might not be necessary because my project survived one Windows Update restart and several VS restarts due to plugin updates. I use hibernation with Visual Studio running. I created new solution for the project and moved all files there by copying their contents.
#Visual studio 2015 intellisense shortcut how to#
Since the time I posted this question I found out some ways how to minimize (maybe even fix) the issue: I'm really desperate because I have already spent so much time trying to fix this issue. The most interresting thing is that the intellisense works in any new project I create. When I returned to my project after few days I noticed that the intellisence was behaving the same way as on the laptop. I wrote some code, saved the project and turned the computer off. Intellisense was working in the new project. I created new project and transfered files from laptop to the new project. Since I was not able to fix it on the laptop I tried installing Visual Studio on my desktop with fresh Windows 10 installation. The reason is that the solutions I found were not for my specific problem. I tried different solutions but with no luck.

The problem started happening on my laptop. I encouter similar behaviour for object atributes when writing method (intellisense does not show attributes when writing this.). Here is a screenshot of the right behaviour. The local variable abcde is not in the list. The worse problem is that it does not show local variables. Sometimes, the intellisense does not pop up but it can be displayed using keyboard shortcut. Suddenly, intellisense for JavaScript files started behaving strangely. I am working on MVC application in Visual Studio 2015.
