LESS IDE integration
Eclipse
Follow instructions here: http://www.normalesup.org/~simonet/soft/ow/eclipse-less.fr.html
When using this plugin, use @import without the url() notation.
This is still valid:
@import '../imports/less_demo.clearfix.css.less';
This allows the LESS plugin for Eclipse to parse @import'ed files and provide autocompletion of mixins and CTRL+Click to navigate of the definition of a mixin.
Ubuntu 12.04 LTS and 12.10 Desktop Editions
Easiest way to install Eclipse is to use the Ubuntu Software Centre. Searching for Eclipse will give you the version you need.
- Note: With Ubuntu Unity (12.04 LTS), using the Ubuntu Software Centre, the package "Eclipse" does not work properly. Eclipse returns an error message when you start it. Instead, try the package "Extensible Tool Platform and Java IDE", it includes a working Eclipse :)
Official instructions for installing Eclipse IDE: https://help.ubuntu.com/community/EclipseIDE
For an all-in-one guide, including local debugging set-up, follow Debugging PHP in Ubuntu using Eclipse.
Setting up Drupal Quickstart projects in Eclipse (with Git)
The Drupal Quickstart virtual machine ships with multiple code editors to edit project files such as PHP, CSS, HTML, and JS (JavaScript). The Eclipse IDE packaged with Quickstart requires some minor configuration to work a little more flawlessly with Git and Drupal projects nicely. Launch Quickstart and Eclipse then follow along.
Read more