문제

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