Tuesday, January 31, 2012

Netbeans only has partial jQuery autocompletion


I just downloaded netbeans 7.1 (PHP) to develop javascript. Autocompletion is working across the javascript files in the project, and jQuery is supported - somewhat.



If I type "$.is" I get the following options:



Partial jQuery autocompletion



Note the missing "isArray", "isNumeric", etc, etc...



The javascript settings in Netbeans: Javascript settings



Question: "What am I missing?"

1 comment:

  1. I think that you're a little confused in what is jquery-specific and simple javascript functions like isarray, isnumeric etc.

    ReplyDelete