IDE with syntax highlight support for LESS

2019-02-07 18:59发布

Is there any IDE with syntax highlight support for LESS?

9条回答
劫难
2楼-- · 2019-02-07 19:16

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 ;)

查看更多
\"骚年 ilove
3楼-- · 2019-02-07 19:17

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

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

查看更多
够拽才男人
4楼-- · 2019-02-07 19:33

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

查看更多
狗以群分
5楼-- · 2019-02-07 19:37

JetBrains PHPStorm has built-in support for LESS :)

查看更多
叛逆
6楼-- · 2019-02-07 19:37
Fickle 薄情
7楼-- · 2019-02-07 19:38

Sublime Text. It's good lightweight editor.

查看更多
登录 后发表回答