Is there a way to add !important declaration to Visual Studio 2013/2012 Express Intellisense? I know the declaration is included in Web Essentials, but the extension is not available for Express versions.
Asked
Active
Viewed 128 times
1
-
1You could take a look at http://stackoverflow.com/questions/10460138/custom-intellisense-extension . Hope this helps – Pierre Nortje Mar 04 '14 at 07:15
-
Actually the only way is to make a custom Intellisence, but for now I have no luck creating it. Although - thank you for the idea. – Kleo Petroff Mar 05 '14 at 21:26
1 Answers
0
I find a way to add !important declaration in Visual Studio Express 2013 - Web Essentials 2013 Update 2. This extension have implemented "!important" into Intellisence, as well as some other nice features for Web Development.

Kleo Petroff
- 361
- 3
- 11