How to completely disable any and all CSS-related features.
I am using what I believe to be a superior extension for my CSS in Visual Studio 2012 and I am extremely happy with this extension.
I am however very unhappy that Resharper seems to get in the way of that extension and I want to disable any and all CSS-related features with Resharper.
Formatting, code completion, annotations, intellisense, you name it, I want it gone.
I want resharper to forget that CSS even exists so that I can experience my current extension in all it's glory.
How do I achieve this?
Please sign in to leave a comment.
Hi,
1. IntelliSense - set it to 'Limited ReSharper IntelliSense in 'ReSHarper | Options | IntelliSense | General' dialog, with CSS unchecked.
2. Code Inspections - turn off all CSS code inspections in 'ReSharper | Options | Code Inspection | Inspection Severity' dialog.
Code Formatting, howeve, cannot be disabled completely, since it is used for Code Generation and Cleanup purposes which cannot be turned off at the moment.
Thanks!