您是否知道支持less语法的优秀代码编辑器?
我尝试使用lesscss模块的Netbeans,它很糟糕,没有自动完成,突出显示不准确(Netbeans甚至不知道CSS 3)......
它还需要有良好的PHP,HTML和JS支持:)
答案 0 :(得分:4)
MacOS上的TextMate,Linux / Windows上的SublimeText。
答案 1 :(得分:4)
答案 2 :(得分:2)
我喜欢Aptana IDE中的编码。它支持最新语法,如HTML5标记(video
,nav
...)和CSS3属性(border-radius
,transform
...)。它不支持不太天真但你可以遵循这个(source)指令来启用LESS。
First step is to install LESS on Windows. If you already managed to install it head on over to Step 4!
Get Ruby for Windows from http://www.ruby-lang.org/ or -the easier- way: get the RubyInstaller for Windows from http://rubyinstaller.org/
Start Command Prompt with Ruby by clicking on Start --> Ruby 1.9xx --> Start Command Prompt with Ruby
Type in:
gem install less
If previous steps went fine you ready to use LESS. We just need to get Aptana to recognize our *.less fileformat. Let's go.
In Aptana, go to Window --> Preferences --> General --> Editors --> File Associations
Add a new file type named *.less
With the newly created *.less file type selected associate a editor below by clicking Add.. | Select "Aptana CSS Editor" (that one should be the one right at the top).
You're done!
Aptana真的是最新的。所以也许他们在新版本中实现了LESSCSS。只需在他们的网站上查看即可。
Aptana适用于Mac和Windows,并与Git集成。
答案 3 :(得分:2)
Espresso,Coda,Sublime和TextMate文本都有插件,可以在mac上减少语法高亮显示。
答案 4 :(得分:1)
CodeMirror强调支持LESS(以及JS,PHP,HTML)。它是JavaScript(基于浏览器!),并且有一种添加自动完成功能的方法。如果你有JS技能,那就不难添加你需要的东西。
答案 5 :(得分:0)
Brackets是来自Adobe的优秀开源代码编辑器,内置了LESS支持,支持自动完成和语法高亮。