Me encanta la codificación en Aptana IDE. Admite la sintaxis actualizada como etiquetas HTML5 (video
, nav
...) y propiedades CSS3 (border-radius
, transform
...). No es compatible con menos ingenuamente, pero puede seguir esta instrucción (source) para habilitar MENOS también.
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 está realmente actualizado. Entonces quizás implementaron LESSCSS en la nueva compilación. Solo échale un vistazo en su sitio web.
Aptana Funciona con Mac y Windows e integrado con Git.
parece que no tiene resaltado de sintaxis, pero se ve muy bien: D ¿Sabe cómo puedo hacer autocompletar el fuego automáticamente, sin tener que presionar ctrl + espacio? – Alex
¿De qué editor estás hablando? sublime o compañero de texto ?! – ValeriiVasin
texto sublime (estoy usando Windows) – Alex