IDE with syntax highlight support for LESS

对着背影说爱祢 提交于 2019-11-30 10:53:24

Eclipse does not support .less fully (nested rules, single line comments, etc) but you can at least configure it so that it would open .less files and treat them as .css.

Preferences > General > Content Types: find "CSS" entry and add .less extension.

Then, Preferences > General > Editors > File Assoc: add .less extension and associate with CSS editor.

Better than nothing, especially if you're into Eclipse world ;)

JetBrains PHPStorm has built-in support for LESS :)

You could use Netbeans plugin for LESS.

In Netbeans 6.9: tools-> Available Plugins-> LessCSS Module

Version: 1.0.6 Source: Plugin Portal
Plugin Description This module is to allow for tighter integration of netbeans with LessCSS (using the LessPHP standard).

Sublime Text. It's good lightweight editor.

If you use Textmate there is a syntax highlighting bundle for LESS:

https://github.com/appden/less.tmbundle

Syntax highlighting for LESS is included in the newest version of rails.vim.

You can use Komodo IDE or Edit for this purpose. It has an add-on named LESS

I just tried Crunch and I like it.
It has syntax highlighting (but no intellisense) and can save as .css.

It requires Adobe AIR.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!