Reputation: 2789
I want IntelliSense to work as described here.
Unfortunately, what I get is this:
As you can see, there are several differences.
This is a simple ASP.NET empty webproject in VS 2015. I have checked the options under Text-Editor -> JavaScript, which seems to be correctly.
Upvotes: 1
Views: 1492
Reputation: 32192
This is probably being caused by ReSharper - I've actually had a better experience by disabling the ReShaper intellisense for JavaScript and letting it fall back to using Visual Studio.
To do so, go to:
I've personally left all others set to ReSharper.
By toggling this setting between the two choices, I switch between seeing what you're describing in the question and what the blog post you linked to describes.
Upvotes: 3