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.
Textmate
- Bundle by JC Fant: https://github.com/jcfant/csslint.tmbundle
- Bundle by Anthony Mann: https://github.com/MrNibbles/CSSLint.tmbundle
Sublime Text
- 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
Cloud9 IDE has CSS Lint support built-in by default. Read the announcement here: http://cloud9ide.posterous.com/recent-improvements-to-cloud9
Brackets
- CSSLint extension by Raymond Camden: https://github.com/cfjedimaster/brackets-csslint
ShiftEdit
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
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/
Visual Studio
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
Visual Studio 2015 and newer
The Visual Studio extension Web Analyzer brings CSS Lint support directly into the IDE. It can downloaded here: https://visualstudiogallery.msdn.microsoft.com/6edc26d4-47d8-4987-82ee-7c820d79be1d
Emacs
A couple of implementations for using CSS Lint with Emacs' flymake-mode exists:
Atom
- CSSLint extension by @tcarlsen: https://github.com/tcarlsen/atom-csslint
- Generic code linting support including CSSLint: https://github.com/yujinakayama/atom-lint
Vim
- csslint: https://github.com/bolasblack/csslint.vim
- neomake: https://github.com/neomake/neomake
Codacy
Although it is not an IDE, with Codacy you have CSSLint analysis out-of-the-box, and it is free for open source projects.
- csslint docker: https://github.com/codacy/codacy-csslint