concrete5 Eclipse plugin
Improve your Eclipse + PDT experience when developing concrete5 projects.
1. Get Eclipse with PDT
Download Eclipse IDE for PHP Developers or any Eclipse package and install PDT.2. Install the plugin
- Open Eclipse
- Choose the Help → Install New Software... menu
- Hit the Manage button
- Add the concrete5 plugin update site
- Back to the Install dialog, type
concrete5
in the search box, check the concrete5 plugin and install it
3. Add your concrete5 project to concrete5
Add your existing project(s) to Eclipse, or creating a new concrete5 project (you can also use Composer if you install the great PHP Development Tools (PDT) Composer Support plugin)
4. Activate the plugin
- In Eclipse, right click your project in the PHP Explorer View and choose Properties
- In the Project Facets section check the concrete5 check box
5. Build the IDE symbols
- open a terminal/command prompt shell
- execute the
concrete/bin/concrete5 c5:ide-symbols
CLI command (use\
instead of/
under Windows) - refresh your project in Eclipse (right-click it in the PHP Explorer View and choose Refresh)