Symfony2: Is there a symfony2 plugin for Aptana/Eclipse?

aptana, eclipse, plugins, symfony

Solution

The best plugin out there is probably the Symfony2 Eclipse Plugin.

It provides:

- autocompletion:

- services

- route-names

- template-names

- translation-keys,

- container-parameters

- ...

- config validation

- annotation support

- ...

Problem

Is there a Plugin for Eclipse/Aptana that provides autocompletion and other helpers for Symfony2 projects?

Original source