Some of my defined classes are not loaded by the IDE when I call Ctrl+B, Go to declaration, Ctrl+click.
I\'m using Windows 7, NetBea
I found a workaround for myself. Share with you in case you might need it like me.
Project Property - Include Path - Add the location of the containing folder where it doesn't work/isn't loaded.
Cheers
I had the same problem with Netbeans 8.0.2.
Clearing the cache had no effect then I noticed the syntax coloring was not working either. The issue was the abbreviated comment tag was not recognized <?
and when I changed it to <?php
then syntax coloring and Ctrl-B worked again.
I had the same problem on ubuntu 16.04 and I solved it doing what was written here
netbeans.conf
(on Ubuntu 16.04 /etc/netbeans.conf
)--cp:p /usr/share/java/jcodings.jar
to netbeans_default_options
OS Linux Centos 7 Netbeans 8.0.2 Problem solved Project Properties / Code Assistance Check property Extra Source Files
As suggested by Nam, it is cache related. So another approach could be to delete the cache:
/home/USER/.cache/netbeans
)scanning project
task to finish.In windows system, we cannot see the AppData folder directly. So we need to browse the below given path to delete the Netbeans cache: C:\Users{username}\AppData\Local\NetBeans Delete the cache folder. If it still doesn't work then delete the sub-folders inside C:\Users{username}\AppData\Roaming\NetBeans\8.2\var Then reopen your netbeans and let it scan projects.