你知道一个好的支持less语法的代码编辑器吗?
我尝试了Netbeans的doesn CSS模块,它很糟糕,没有自动补全,突出显示不准确( Netbeans甚至不知道CSS 3)……
它还需要有良好的PHP、HTML和JS支持:)
发布于 2011-11-05 06:59:12
在MacOS上使用TextMate,在Linux/Windows上使用SublimeText。
发布于 2011-11-07 09:42:01
Zeus是一个用于Windows平台的程序员编辑器,它的语法突出显示很容易配置。应该可以to tweak它来支持less语法?
发布于 2011-11-05 07:25:11
我喜欢用编写代码。它支持最新语法,如HTML5标签(video,nav...)和CSS3属性(border-radius、transform ...)。它不支持Less,但您可以遵循此(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集成。
https://stackoverflow.com/questions/8016665
复制相似问题