Dennis,

I would love for the symfony bundle to do source highlighting/coloring
similar to how it handles PHP functions.


Also, a larger task might be doing an autocomplete of model getter and
setter functions.

IE: when I would create a variable from the model
    $article = new Article();
then entering
    $article->
would give a list of all functions from that model.

Similarly, with the Peer models
    $ArticlePeer::
could then give a list of all peer functions for the article model.

I suppose this could even be extended to autocompletes for system
class such as $sf_request in the templates as well.

I am somewhat new to textmate bundles and am not sure how powerful its
commands can handle.


I love what the current version of this bundle can do for me and can't
wait to get even more! Thanks for taking this on!

Jonathan
--~--~---------~--~----~------------~-------~--~----~
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