IDE with syntax highlight support for LESS

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

Is there any IDE with syntax highlight support for LESS?

相关标签:
9条回答
  • 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 ;)

    0 讨论(0)
  • 2021-01-01 12:22

    JetBrains PHPStorm has built-in support for LESS :)

    0 讨论(0)
  • 2021-01-01 12:22

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

    It requires Adobe AIR.

    0 讨论(0)
  • 2021-01-01 12:23

    Sublime Text. It's good lightweight editor.

    0 讨论(0)
  • 2021-01-01 12:27

    Here is an Eclipse plugin for LESS : http://www.normalesup.org/~simonet/soft/ow/eclipse-less.fr.html

    0 讨论(0)
  • Syntax highlighting for LESS is included in the newest version of rails.vim.

    0 讨论(0)
提交回复
热议问题