This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 168844 - Autocompletion inside Symfony projects
Summary: Autocompletion inside Symfony projects
Status: RESOLVED DUPLICATE of bug 174917
Alias: None
Product: php
Classification: Unclassified
Component: Symfony (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 00:19 UTC by bluepyth
Modified: 2009-11-25 03:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bluepyth 2009-07-21 00:19:15 UTC
Hi, I've been using the nightly build of netbeans from today and there's not (yet I suppose ^^) a good behavior of the 
autocompletion between actions files and templates files in a module. I wondered if it is possible to have it :)

There's another thing for autocompletion : everything stored in symfony path. Is it possible to have this file 
automatically inserted in the include path of the project ? :)

And finally, is it possible to have autocompletion for doctrine/propel object model ?

I'm really happy to see this symfony integration into Netbeans :)
Comment 1 Tomas Mysik 2009-07-21 09:06:45 UTC
Have a look at our Symfony wiki page [1], there some proposals that could be done (it depends on resources).
Feel free to update that page.

[1] http://wiki.netbeans.org/SymfonySupport
Comment 2 Tomas Mysik 2009-11-25 03:34:47 UTC
Completion for views is duplicate of bug #174917.

> And finally, is it possible to have autocompletion for doctrine/propel object model?

Done for Symfony 1.3, "@method" annotation has been added by Symfony team so code completion should work correctly for Symfony 1.3+.

*** This bug has been marked as a duplicate of bug 174917 ***