Last updated July 26, 2011. Created by Darren Oh on July 24, 2006.
Edited by LeeHunter, jhodgdon, eliza411, betz. Log in to edit this page.
Eclipse is an open-source integrated development environment (IDE) that is used to develop systems in many languages and on many platforms. Many use it to develop Drupal systems. Eclipse has many add-ons and extensions called "plug-ins" or "packages." There are also separate IDEs that have been created that are based on Eclipse.
In general, you need to make sure that your Eclipse environment will:
- adhere to Drupal coding standards,
- use syntax highlighting (very, very helpful in any coding language!)
- recognize Drupal files as PHP code,
- make sure that spaces are used instead of tabs, and
- make sure that the files have the right encoding (Unix) so they can be committed to the Drupal repositories.
There are different settings for different packages, plug-ins, and Eclipse-based IDEs. Look below to find the plug-in(s), package(s) and/or IDE you have and the changes you'll need to make. Note that you need to make changes for each of the packages and plug-ins. (If you are not sure about what packages or plug-ins you have in your Eclipse IDE, use the Eclipse help system to find out how to list everything you have installed.)
Contents:
- Hook Templates
- PHP Development Tools (PDT) (package)
- PHPeclipse (package)
- Eclipse Web Platform Tools (WPT) project
- Aptana (Eclipse-based IDE)
- jQuery (package)
- XDebug (plug-in)
- Additional Documentation and Resources -- (additional existing documentation in d.o.; related drupal groups; external links with helpful information on Eclipse and Drupal
If there is an Eclipse package, plug-in, or environment that isn't covered here and you have configuration info, please edit this page and add your information. Please do include the version number for the package, plug-in, or environment since settings may differ from version to version. Please do not include images because doing so will lock this page.
If you have a question about an Eclipse package, plug-in, or environment and cannot find answers here or in the links provided below, please search the forums and groups. If you don't find an answer, add your question to the comments below so others can investigate and help. If you do find an answer, please edit this page and add the info.
Eclipse Hook Templates
A collection of very handy Drupal hook templates is available for Eclipse. These are great for quickly inserting many common Drupal hook functions for both Drupal 6 and 7.
- Download the templates from the Eclipse Hook Templates project page.
- In Eclipse, go to Preferences > PHP > Editor > Templates and 'Import' the downloaded XML file. Apply your changes.
- Use the templates by typing the name of the hook (eg. 'hook_form') and pressing ctrl-space to pop up the auto-complete window.
PHP Development Tools (PDT) (package)
This is the official Eclipse project developed by Zend at http://www.eclipse.org/pdt/.
- Make sure Drupal file types are recognized as PHP files:
For PDT version 2.1.1: Under Window -> Preferences (Eclipse
-> Preferences on Mac) menu:- Expand the left-hand menu to General -> Content Types. Under Content types on the right, click Text -> PHP Content Type. Add the
*.engine, *.theme, *.install, *.inc, *.module *.profileand*.testfile types so that these files will be recognized as PHP. The free plug-in to Eclipse for Drupal developers does this for you and is easy to install.
- Expand the left-hand menu to General -> Content Types. Under Content types on the right, click Text -> PHP Content Type. Add the
- Make sure the file encoding and characters are Unix friendly so that any code can be committed back in to the Drupal repositories (if you are so inclined):
For PDT version 2.1.1: Under Window -> Preferences (Eclipse
-> Preferences on Mac) menu: - Ensure that spaces are used instead of tabs:
For PDT version 2.1.1: Under Window -> Preferences (Eclipse
-> Preferences on Mac) menu:
For those using Smarty as a template engine, here's info on Smarty Highlighting in PDT.
Here are some Eclipse PDT templates.
PHPeclipse (package)
The community developer project is at http://www.phpeclipse.net/.
- Make sure Drupal file types are recognized as PHP files:
For version ?: Under Window -> Preferences (Eclipse
-> Preferences on Mac) menu:- Expand the left-hand menu to General -> Content Types. Under Content types on the right, click Text -> PHP Content
Type. Add the<em>*.engine</em>, <em>*.theme</em>, <em>*.install</em>, <em>*.inc</em>, <em>*.module</em>, <em>*.profile</em>and*.testfile
types.
- Expand the left-hand menu to General -> Content Types. Under Content types on the right, click Text -> PHP Content
- Ensure that spaces are used instead of tabs:
For version ?: Under Window -> Preferences (Eclipse
-> Preferences on Mac) menu:- In the left-hand menu click on General -> Editors -> Text
Editors: CheckInsert spaces for tabs. - In the left-hand menu click on PHPeclipse -> PHP:
- In the Typing tab, make sure the
Insert Spaces for Tabsetting is
checked. - In the Appearance tab,
leave the Displayed tab width at4, so it is easier to spot if any
actual tabs have snuck in.
- In the Typing tab, make sure the
- In the left-hand menu click on PHPeclipse -> PHP ->
Formatter:- In the Style tab, enter
2for Number of
spaces representing a tab. Compact AssignmentandIndentation is represented by a tabshould both be
unchecked.
- In the Style tab, enter
- In the left-hand menu click on General -> Editors -> Text
- Make sure the file encoding and characters are Unix friendly so that any code and be committed back in to the Drupal repositories:
For version ?: Under Window -> Preferences (Eclipse
-> Preferences on Mac) menu:- In the left-hand menu click on General -> Editors -> Text
Editors:- Check Text file encoding and select
Other :
UTF-8 - Check New text file line delimiter and select
Other:
Unix.
- Check Text file encoding and select
- In the left-hand menu click on General -> Editors -> Text
Eclipse Web Tools Platform (WTP) project
The WTP project extends Eclipse to is package with editors, profilers, tools to for developing applications for the web and Java EE.
- Ensure that spaces are used instead of tabs:
For version ?: Under Window -> Preferences (Eclipse -> Preferences on Mac) menu:
- Expand the left-hand menu to Web -> CSS Files -> Editor: Select
Indent using spaces. Set Indentation size to2. - Expand the left-hand menu to General-> Editors -> Text
Editors: SelectDisplayed tab width. Set Indentation size to2. - Expand the left-hand menu to Web -> HTML Files -> Editor: Select
Indent using spaces. Set Indentation size to2. - Expand the left-hand menu to XML -> XML Files -> Editor: Select
Indent using spaces. Set Indentation size to2.
- Expand the left-hand menu to Web -> CSS Files -> Editor: Select
- If you use XTemplate: expand the left-hand menu to General -> Content Types -> Text -> HTML:
- Add the *.xtmpl file type.
Aptana (Eclipse-based IDE)
This is an Eclipse based IDE (or Eclipse extension) for editing PHP, CSS, xHTML,
JavaScript and the like.
- Ensure that spaces are used instead of tabs:
For version ?: Under Window -> Preferences (Eclipse -> Preferences on Mac) menu:
- Expand the left-hand menu to General -> Editors -> Text Editor: Enter
2for Displayed tab width. - Expand the left-hand menu to Aptana -> Editors: Under Tab Insertion on the right, click If current width is not set to
Use
Spaces.2, click the edit link.
- Expand the left-hand menu to General -> Editors -> Text Editor: Enter
Using Aptana on OS X: shunting wrote how he installed Aptana, and his experience using it for remote debugging.
jQuery (package)
Be sure that you have an unpacked version of jQuery installed in your Eclipse IDE. According to dman: If you want to be debugging jquery, you need to be using the unpacked version (available at the jquery site)
Yes, Eclipse fails to load the compressed version (it freezes for 3 minutes or more) due to it all being one long line. It wouldn't be much help for reading anyway, as the packed version is almost unreadable.
Replace your jquery.js with the unpacked and carry on!
XDebug (plug-in)
XDebug is a debugger and profiler for PHP. The XDebug plug-in for PHPEclipse can be used to debug Drupal remotely or locally.
http://www.phpeclipse.com/wiki/Howto/XDebugAndPHPEclipse describes how to install XDebug for PHPEclipse.
Be sure to do the following: (Not clear which version of XDebug this applies to.)
- On the XDebug Remote Script configuration, on the Main page you can leave the
Remote Locationblank, and on the Pathmap page set the Remote path as/to map it to a physical Apache doc root. - Make sure also to disable DBG debugging by deleting the
net.sourceforge.phpeclipse.debug.coreandnet.sourceforge.phpeclipse.debug.uijars because the two debuggers cannot coexist at present.
To use XDebug.dll with Eclipse PDT on Windows: http://www.102degrees.com/blog/2008/05/20/xdebug-and-eclipse-pdt-on-windows-from-start-to-finish/
Note: If you want to use xdebug to debug simpletest tests, the Simpletest reference Tips page has a section at the bottom you will want to read.
Additional Documentation and Resources:
- Drupal Coding Standards
- Eclipse plug-in for Drupal
- Eclipse IDE Setup for debugging
- Eclipse and Git with Drupal
- The IDE group on groups.drupals.org -- discussions about using and configuring Eclipse (as well as other IDEs)
- How to Successfully Incorporate Eclipse IDE into a Drupal Workflow -- from the Dojo group on groups.drupal.org
- Setup your computer with Drupal, Ubuntu, Eclipse, LAMP stack -- from the Drubuntu group on groups.drupal.org
- Updated Install Instructions for Eclipse 3.4 on Ubuntu -- from the Drubuntu group on groups.drupal.org
- IBM DeveloperWorks article on setting up Eclipse + Drupal -- an excellent set of articles on how they set up a whole project. It was done with older versions of Eclipse and Drupal, but the processes used are essentially the same and their reasons for choosing the tools and processes are helpful. They include a write-up on how they used the CVS plug-in to manage their module development.
- Tutorial: Setting up a local Drupal multisite in a Vista/Eclipse PDT environment, by Kipp Elliott Watson -- setting up Eclipse for debugging Drupal projects in Vista
- http://www.easyeclipse.org/site/distributions/php.html -- another Eclipse-based IDE; Eclipse distributions for various programming languages (java, php, perl) and operating systems (MAC, Linux, Win)
- http://www.zend.com/de/community/pdt -- Complete distribution for PHP Development (AllInOne) incl. XDebugger, Zend Debugger, PDT, and more.
- Speed up Drupal module development with Eclipse hook templates Small article on drupal hook templates in Eclipse
TODO:
Additional things that might be useful to add here (from http://drupal.org/node/207338 ):
- Indentation, <?php tags in line with the drupal Coding Standards.
| Attachment | Size |
|---|---|
| file-encoding-and-characters.png | 39.04 KB |
| text-editor.png | 35.2 KB |
| formatter.png | 26.23 KB |



Comments
PDT: Text file encoding preference is in General > Workspace
In my version of PDT I'm just getting going, the UTF setting is under General > Workspace (Default is UTF-8)
me too
I'm using Max OS X. And the file encoding is under General > Workspace in my eclipse. I missed this setting once and suddenly there were a lot of error reported by DLTK. Be careful.
Dead Link
http://www.102degrees.com/blog/2008/05/20/xdebug-and-eclipse-pdt-on-wind... produces a 404 error. A quick Google search turned up the following:
http://aaronsaray.com/blog/2008/05/20/xdebug-and-eclipse-pdt-on-windows-... new url.
Another dead link:
Another dead link: http://www.universalpantograph.com/aptana-php-5-3-postgres-8-4-xdebug-dr...
with anchor "his experience using it for remote debugging".
It's still available here:
http://www.universalpantograph.com/content/aptana-php-53-postgres-84-xde...
guaka.org - CRM-CMS.nl
Why is *.info file type not included?
Just a short question: why isn't *.info fyle type not added under ext -> PHP Content Type? According to this tutorial http://drupal.org/node/206756 it sais:
I hope I'm not wasting bandwidth with a useless questions but I'm a newbie and at this point it makes sens to me to have this file type included as well. But I might be wrong :)
They're not PHP
The *.info files are metadata in a custom format, not PHP code like the *.module file and others.
It won't hurt anything to specify them as PHP though, since they don't contain any <?php ?> code sections and will then just be parsed as plain text.
Codelobster PHP Edition
I suggest to review also Codelobster PHP Edition with special plug-in for Drupal.
You may read more information here: http://www.codelobster.com/drupal.html
Ubuntu 11.10 and PDT
After I upgraded to Ubuntu 11.10, PDT disappeared on me. After trying some things like reinstalling eclipse and removing my ~/.eclipse directory I found out all I had to do was to add the following url in the Help > Install New Software settings.
http://download.eclipse.org/releases/indigo
Apparently that is supposed to be there by default so perhaps the current Ubuntu package is missing it for some reason. Also I saw that in 11.04 there was an eclipse-pdt package but not in 11.10. Anyway, the solution was quite simple and i could install PDT again from within eclipse. I hope this helps someone else with the same issue.
thanks Daven
I have faced same issue when i upgraded Ubuntu to 11.10 , I had reinstalled the complete eclipse
IT hasa better tutor
http://wiki.eclipse.org/PDT/Installation#Eclipse_3.7_.2F_Indigo_.2F_PDT_3.0
macosx problem
how to make it true
actually on the on on eclipse hook templates section
i can't find any PHP menu
are u facing the same problem
any tutorial will be appreciated
br,
chika.tambun
[simple n elegant way]
https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=1uBsf8...
br,
chika.tambun
XDebug and PDT
It looks like all the PHPEclipse and XDebug instructions are very out of date.
From:
http://www.starbowconsulting.com/blog/tao/setting-eclipse-pdt-and-xdebug
The latest version of PDT is 1.0.2, which works with Eclipse 3.3, is excellent. The Xdebug plugin is now part of the core package, and the instructions on how to use it are part of the standard help.
Word-wrap feature
For somebody who is looking word-wrap in Eclipse editor, it's not there :-/
But is is available when you install this plugin:
http://ahtik.com/blog/projects/eclipse-word-wrap/
Eclipse Memory Settings
Your mileage may vary - on Ubuntu the default memory settings for Eclipse are not enough. This causes Eclipse to hang, use lots of CPU and not allow you to edit pages. I found by increasing the memory Eclipse uses it make it work.
I found the following resource: http://source.android.com/source/using-eclipse.html
Where the recommended settings I have found work fine for Drupal:
-Xms128m
-Xmx512m
-XX:MaxPermSize=256m
Hopefully this is helpful.