I've just started using NetBeans (PHP version 7.2 for Mac) and love it so far. One thing that I haven't been able to figure out is how to get Code Completion to work for Javascript files in the same fashion as it does for PHP, CSS and HTML files. For example, if I type "fun" in a PHP file, it'll pop up a box that allows me to choose "function":

If I do the same thing in a Javascript file, I get nada:

I've looked all over the place and I have not found a way to add this functionality. Your help would be greatly appreciated.