Thomas
Thomas

Reputation: 67

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?"

Upvotes: 1

Views: 225

Answers (1)

Soldierflup
Soldierflup

Reputation: 114

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

Upvotes: 1

Related Questions