I am current making some small JS game in Netbeans and I have started up a PHP project, which seems like the only viable option for a JS project. I am using an external JS library which is not placed in the same library as my game.
I am not getting any code completion or referencing to this code. I have tried to include it in the PHP include path, but that does not seems to work.
How can I get back my precious code completion ?