Reputation: 4176
Fresh install of Netbeans 7.2 for PHP (literally 5 mins old) never installed on this system before.
Ctrl+Click fails when clicking on the parent class Class Foo extends Bar
also namespaced classes.
Only local methods are found when ctrl + clicking
This question didn't help me either. All code is contained in one directory.
Upvotes: 2
Views: 7694
Reputation: 748
If anyone is facing the same problem with Netbeans 12 & Java, then check if you have nb-javac plugin installed or not!
Installing nb-javac plugin solved the issue for me in Netbeans 12.3.
To check/ install plugin, you can go to Tools> Plugin> Search.
Upvotes: 2
Reputation: 479
in windows 7 : first close your netbeans then you should go to the C:\Users{YourUserName}\AppData\Local\NetBeans\Cache\7.2 and delete all the content of 7.2 folder .now open your netbeans.
Upvotes: 0
Reputation: 79
Try this instead of Ctrl+Click:
Put selection on a method > Ctrl-B
Upvotes: 0
Reputation: 1
Right click on the project for properties, then chose "Code Assistance", then select the "PHP Code Assistance", everything will get ok!
Upvotes: -1
Reputation: 171
Since this is a fresh install, is the project cache finished building?
Upvotes: 0