There is no special plugin for JetBrains' IDEs.
Instead, you can use CSScomb as an external tool:
- Install CSScomb:
npm install csscomb - Go to
Preferences > External Tools(or press⌘,on Mac) - Click on
Addicon (or press⌘Non Mac) - Fill the form with following info:
– Name:CSScomb
– Program:path_to_installed_csscomb/bin/csscomb
– Parameters:$FilePath$
– Working directory:$FileDir$
All checkboxes in the form are optional, you can check whichever you want.
CSScomb will be available then in all menus you select.
You can place .csscomb.json file in the project's directory, or your HOME
directory, or anywhere else.
See
docs for info.