Reputation: 93146
im using netbeans to code a web application with symfony.
it seems that netbeans doesnt support symfony in auto completion.
could one fix this problem.
cause i want to be able to click on symfony's functions and get to the source, eg helper function and model methods and classes.
Upvotes: 1
Views: 1454
Reputation: 660
Just add the path to symfony classes to the include path under your project.
Upvotes: 3