I am using Netbeans 7.1. I use Netbeans to write JavaScript inside HTML and in JS files. The case is, it seems like Netbeans's IntelliSense doesn't have all methods and variables JavaScript has. For an example, if I type navigator
and place the dot operator (navigator.
), Intellisense doesn't show the cookieEnabled
boolean property. This is just a one example, but I have found many. Why is this so? Is there a way to fix it? Please help!
Asked
Active
Viewed 349 times
1

Praveen Kumar Purushothaman
- 164,888
- 24
- 203
- 252

PeakGen
- 21,894
- 86
- 261
- 463
-
1Nice one! But I guess you can post this as a bug to Netbeans Bug Tracker. What say? The link to bug tracker is http://netbeans.org/community/issues.html. – Praveen Kumar Purushothaman Jul 25 '12 at 10:51
-
Sure... :) Lets update it here too! :) – Praveen Kumar Purushothaman Jul 29 '12 at 17:56
1 Answers
0
Netbeans? Really? You don't need an super-IDE for Javascript. With a text editor as Sublimetext and a browser with Javascript console you can do it all :)

gal007
- 6,911
- 8
- 47
- 70