Question

Is it possible to get resharper to list only the usable options for asp controls?

With the suggestion list now, I get all possible tags and classes which does not help me being efficient. Even though I write the asp tag I still get a lot of unusable info about asp objects.

Maybe it is possible to turnoff the resharper intellisense for html? The images below shows the difference

Standard Intellisense

Standard Intellisense

ReSharper Intellisense

ReSharper Intellisense

Was it helpful?

Solution

I guess you can't. This is a case where VS native IntelliSense wins.

You have the option to turn off HTML completion as you pointed out in your comment, and/or try Smart Completion here and there, hoping that in certain code positions, it's able to filter out irrelevant completion items.

There are related feature requests in ReSharper issue tracker for example

which you can vote for (and watch).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top