Is there any editor out there that supports code hinting for LESS files?

399 views Asked by At

Is there any editor out there that supports code hinting for LESS files?

3

There are 3 answers

0
JorgeArtware On

WebStorm editor offers their own code analysis tool (hinter?) with support for LESS included among all the other file types that they support, WebStorm is awesome and it is payware rightly so.

If you need a free tool, you can use twitter's recess and Sublime Text 2 or 3 to lint your less formated css. You're gonna need to install npm which comes bundled with nodeJS (and you might want to consider installing nodeJS using a version manager like n or nvm so you can seamlessly update and switch versions as needed).

Once you have npm installed and available from command line ("terminal" or tty):
Install recess globally.
sudo npm install recess -g
And then install the sublime plugin from package control using ctrl+shift+P then install package and search twitter recess

0
Gergo On

Of course!

If you use Sublime Text 2, there is a plugin:

https://github.com/danro/LESS-sublime

0
NateD On

WebStorm has LESS highlighting and IntelliSense-type hinting.