How to exclude specific CSS files from IntelliSense?

Hi,

I have CSS files being generated automatically.

The CSS file is quite large.

I do not want these CSS files being picked up my ReSharper's IntelliSense.

There is too many css classes slowing down ReSharper's IntelliSense.

How do I exclude these CSS files from being included in IntelliSense?

I've tried ReSharper Options ... > Code Inspection > Settings > Edit Items To Skip... and it still does not exclude the CSS files.

Thanks,
Brian

0
2 comments
Avatar
Andrey Serebryansky

Hello Brian,

I'm afraid there's no way to exclude CSS files from IntelliSense. You're
welcome to add a feature request for such option through http://youtrack.jetbrains.net/issues/RSRP.
Thank you!

Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

Hi,

I have CSS files being generated automatically.

The CSS file is quite large.

I do not want these CSS files being picked up my ReSharper's
IntelliSense.

There is too many css classes slowing down ReSharper's IntelliSense.

How do I exclude these CSS files from being included in IntelliSense?

I've tried ReSharper Options ... > Code Inspection > Settings > Edit
Items To Skip... and it still does not exclude the CSS files.

Thanks,
Brian
---
Original message URL:
http://devnet.jetbrains.net/message/5308142#5308142



0

Actually, you can disable CSS IntelliSense all togehter, thank god...

Kill this file and rename:

JetBrains.ReSharper.Psi.Css.dll

to

JetBrains.ReSharper.Psi.Css.dll.disabled

Oh yes, no more slow R# 6 CSS IntelliSense and the IDE is like 10x FASTER loading!!! YESSSSSSSS

WOO HOO!

0

Please sign in to leave a comment.