2

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.

Community
  • 1
  • 1
cloakedninjas
  • 4,007
  • 2
  • 31
  • 45

5 Answers5

2

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.

Demobilizer
  • 663
  • 9
  • 12
0

Since this is a fresh install, is the project cache finished building?

Bink
  • 171
  • 4
0

Try this instead of Ctrl+Click:

Put selection on a method > Ctrl-B
Mwiza
  • 7,780
  • 3
  • 46
  • 42
0

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.

moein kh
  • 479
  • 2
  • 14
-1

Right click on the project for properties, then chose "Code Assistance", then select the "PHP Code Assistance", everything will get ok!