-
Notifications
You must be signed in to change notification settings - Fork 483
IDE integration
While the CSS Lint project does not include IDE support by default, several groups have added IDE support for CSS Lint. The following IDE integrations are maintained by their respective owners.
- Bundle by JC Fant: https://github.com/jcfant/csslint.tmbundle
- Bundle by Anthony Mann: https://github.com/MrNibbles/CSSLint.tmbundle
- Sublime Text 2 - SublimeLinter by Germán M. Bravo: https://github.com/Kronuz/SublimeLinter
- Sublime Text 3 - SublimeLinter by SublimeLinter: https://github.com/SublimeLinter/SublimeLinter-csslint
Cloud9 IDE has CSS Lint support built-in by default. Read the announcement here: http://cloud9ide.posterous.com/recent-improvements-to-cloud9
- CSSLint extension by Raymond Camden: https://github.com/cfjedimaster/brackets-csslint
ShiftEdit has CSS Lint support built-in by default. Read the announcement here: http://shiftedit.net/blog/code-folding-edit-in-new-tab-css-lint
Eclipse Orion has CSS Lint support built-in by default. Read the announcement here: http://planetorion.org/news/2012/01/orion-0-4-m2-new-and-noteworthy/
The Visual Studio extension CSSCop brings CSS Lint support directly into the IDE. Can be downloaded here: http://visualstudiogallery.msdn.microsoft.com/a921b98e-9430-4be2-bf53-1169e12bdb50
A couple of implementations for using CSS Lint with Emacs' flymake-mode exists:
- CSSLint extension by @tcarlsen: https://github.com/tcarlsen/atom-csslint
- Generic code linting support including CSSLint: https://github.com/yujinakayama/atom-lint