My VS 2012 is giving me too much intellisense (Intelligent code completion) as I include more and more CSS files.

Is there a way to exclude some css files from being parsed by the intellisense?

I am trying to reduce the "verbosity" on the CSS suggestions.

有帮助吗?

解决方案

Go to Sollution explorer > exclude the folder which contain all those css file and click on Show all file.

When solution explorer stop showing you that file it will doesn't show you the css class(es) and ID from that CSS File that you have just excluded right now.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top