views:

471

answers:

1

I'm using NetBeans for PHP. When I edit a .js file, it gives me JavaScript code completion. How can I get it to also give me jQuery code completion?

NetBeans 6.9 code auto-complete is not working for jQuery plug-ins.

The code auto-complete is working for jQuery but not for plug-ins such as the validate plugin.

Is this a bug in NetBeans 6.9?

A: 

Try this

http://netbeans.org/kb/docs/web/js-toolkits-jquery.html

or

You can also try follwoing

http://forums.netbeans.org/topic15076.html

I add jquery.js to include path of project and it's working fine for me.

saturngod