NetBeans display where PHP class is defined
I am using NetBeans for my PHP programming. More often than not, it's pretty smart about looking up class declarations, especially if they're in the same project. But sometimes it just refuses to find a class definition like a PEAR library class. Is there a way to manually show NetBeans where a certain class is defined and enjoy the pleasures of autocomplete?
I am using NetBeans 6.7 Beta
0
a source to share
1 answer
On my system, I have added my PHP include path to the Netbeans global include path.
Tools -> Options -> PHP tab
Typically if the class is in the same project, the link will be available as Netbeans scans the entire project.
I'm using Netbeans 6.5, so at this point I can assume it's a bug in the beta.
Do you have an unusual folder structure or odd class name?
+1
a source to share