madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
944 stars 252 forks source link

Make Bootstrap validation toggleable #1988

Closed ghost closed 8 years ago

ghost commented 8 years ago

I'm not using Bootstrap in my project, but every time I use a class that has the word "column" in it, Web Essentials underlines it in green to tell me to add other bootstrap-compatible classes. It's also trying to give me suggestions for Bootstrap classes that I won't use. I understand how it can be useful, but I can't find a way to turn it off when it's not relevant. Am I missing something?

GProulx commented 8 years ago

Hi,

You can disable bootstrap validation on the Visual Studio Options: image

And for the suggestions, I suppose you have Bootstrap css files in your project. Visual Studio (not WE) scan for all CSS files to propose you CSS classes. Deleting them will fix your problem.