Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.4 KB

editor.md

File metadata and controls

14 lines (11 loc) · 1.4 KB

Editor integrations

We recommend the official VS Code extension.

Editor integrations built and maintained by the community:

  • Ale - Vim plugin that supports Stylelint.
  • Flycheck - Emacs extension that supports Stylelint. Alternatively, if you use CLI option --formatter=unix, Emacs' Compilation mode will automatically hyperlink the lint messages.
  • linter-stylelint - Atom plugin for Stylelint.
  • null-ls - Neovim plugin that has built-in support for Stylelint
  • SublimeLinter-stylelint - Sublime Text plugin for Stylelint.
  • SublimeLinter-contrib-stylelint_d - Sublime Text plugin for Stylelint that run's on daemon.
  • JetBrains IDEs – WebStorm, IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, and other JetBrains IDEs have built-in support for Stylelint.
  • coc-stylelint - coc.nvim language server extension for neovim.