never_had_a_name
never_had_a_name

Reputation: 93146

symfony autocompletion in netbeans?

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

Answers (1)

Radu Dragomir
Radu Dragomir

Reputation: 660

Just add the path to symfony classes to the include path under your project.

Upvotes: 3

Related Questions