[Solved] How can I add Less to PHP Storm IDE?

  

3
Topic starter

Hi, how can I add Less to my PHP Storm IDE? I really like that it is easy to compile the CSS code and since I am running PHPStorm I want to take advantage with it (with some file watcher and node js integration, maybe?). Thanks

1 Answer
2

First you need to install NodeJS from here: https://nodejs.org/en/download/

Then globally install LESS from here: http://lesscss.org/ (npm install -g less);

You can also read here (JetBrains blog)

Here is a video explaining it shortly:

Share: