ExtJS Code Completion / Intellisense in Netbeans
Published on 11/1/2011
Here’s how to get ExtJS code completion / intellisense working in Netbeans (6.9.1):
- you need to reference extjs scripts locally, and not from a remote server
- use the ext-all-debug-w-comments.js version
- in netbeans, on the menu, go to tools -> options -> miscellaneous -> javascript tab -> and set the targeted browsers to the highest version numbers and set javascript version to 1.8
- reference ext-all-debug-w-comments.js in your index file
| Ext JS Netbeans intellisense |