There is another thing that would be cool that have IDE support for, and
that are annotations. Eclipse PDT has already autocompletion for the "@var"
annotation, but maybe that is extensible to include all annotations such as
@Route, @Template, @Secure, etc.

Another thing that might be helpful, but I'm not sure if it's possible, is
to have auto-completion for objects returned from the dependency injection
container through ($container->get(...)) calls.

Anyway, if you decide to make such a plugin I'd like to use, and contribute
to it.

Kind regards,
Johannes


2011/6/2 Robert Gründler <r.gruend...@gmail.com>

> as far as Twig Support is concerned, i've found the following existing
> plugins, which
> could probably be used as a base or part of a Symfony2 Plugin:
>
> * http://eclipse.kacprzak.org/ <-- django eclipse plugin ( unable to
> install via update site )
>
> * http://code.google.com/p/smartypdt/ <-- smarty eclipse plugin ( syntax
> probably not compatible with twig?)
>
> The problem concerning twig support is that i would prefer to extend an
> existing
> HTML editor - preferably the one from the standard Web Tools Project (WTP)
> - instead
> of implementing a HTML/Twig editor from scratch.
>
> However, the WTP plugin does not seem to provide extensions to add
> additional language constructs
> without completely overriding their Lexer - like the PHP Plugin does.
>
> I've posted to the WTP plugin's mailing list - hopefully i'll get some info
> about the possibilities of
> extending the HTML Editor, so native Twig support could be implemented too.
>
> Concerning extensions to the PHP Sourcecodeeditor, i'm quite confident that
> this can
> be done more easily. The PDT Plugin provides a lot of useful extension
> points:
>
> http://wiki.eclipse.org/Extending_PDT_2.2
>
>
> cheers
>
> -robert
>
>
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to