IDE with syntax highlight support for LESS

前端 未结 9 1134
情书的邮戳
情书的邮戳 2021-01-01 11:57

Is there any IDE with syntax highlight support for LESS?

9条回答
  •  萌比男神i
    2021-01-01 12:20

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

提交回复
热议问题