首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >支持lesscss的代码编辑器?

支持lesscss的代码编辑器?
EN

Stack Overflow用户
提问于 2011-11-05 06:57:01
回答 6查看 2.2K关注 0票数 5

你知道一个好的支持less语法的代码编辑器吗?

我尝试了Netbeans的doesn CSS模块,它很糟糕,没有自动补全,突出显示不准确( Netbeans甚至不知道CSS 3)……

它还需要有良好的PHP、HTML和JS支持:)

EN

回答 6

Stack Overflow用户

回答已采纳

发布于 2011-11-05 06:59:12

在MacOS上使用TextMate,在Linux/Windows上使用SublimeText。

票数 4
EN

Stack Overflow用户

发布于 2011-11-07 09:42:01

Zeus是一个用于Windows平台的程序员编辑器,它的语法突出显示很容易配置。应该可以to tweak它来支持less语法?

票数 4
EN

Stack Overflow用户

发布于 2011-11-05 07:25:11

我喜欢用编写代码。它支持最新语法,如HTML5标签(videonav...)和CSS3属性(border-radiustransform ...)。它不支持Less,但您可以遵循此(source)说明来启用LESS。

代码语言:javascript
复制
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集成。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8016665

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档