I have a colleague who uses Netbeans for Javascript so I took a look. And yes it looks better than the default Eclipse editor for Javascript (the jQuery auto-completion is quite interesting). But still it's not working in many situations, unlike the Java support that works all the time.
Did you add jQuery support through the libraries? or did you just add it in your project, I have found auto-complete works a lot better when you explicitly add the project to Netbeans via the libraries mechanism.
Comments
I have a colleague who uses Netbeans for Javascript so I took a look. And yes it looks better than the default Eclipse editor for Javascript (the jQuery auto-completion is quite interesting). But still it's not working in many situations, unlike the Java support that works all the time.
Did you add jQuery support through the libraries? or did you just add it in your project, I have found auto-complete works a lot better when you explicitly add the project to Netbeans via the libraries mechanism.