- 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
<script src="ext/ext-all-debug-w-comments.js"></script>
![]() |
| Ext JS Netbeans intellisense |
