i'm using Zend Framework classes and i don't get code completion for them because the library directory of Zend Framework in not inside my project. is there a way to tell netbeans to recognize the zend framework directory in order for the code completion to work? thanks

link|improve this question

feedback

migrated from superuser.com Dec 11 '09 at 20:55

This question came from our site for computer enthusiasts and power users.

3 Answers

up vote 1 down vote accepted

You really have to add Zend to Global Include Path. You may do it for the single project only, but it is better to set it in general PHP options (Tools-Options-PHP)

Here is the tutorial

link|improve this answer
feedback

it appears that all i need to do is to manually add the directory to the include path of the project under Project -> Properties-> 'PHP Include Path'

'Global PHP Include Path' is already marked there but unfortunately it does not add the global php include path to the code completion, directories need to be added manually.

link|improve this answer
feedback

No Luck! I have added the Zend folder to global php include path in PHP options, and set the php include path manually but netbeans refuse to do the completion =/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.