tonyx
15 Aug 2011, 8:56 AM
I'm trying to get Ext JS to work with JetBrain's WebStorm. I'm following the blog post here to try to setup external API docs for Ext JS 4
http://blog.jetbrains.com/webide/2011/01/external-api-docs-support-for-popular-javascript-frameworks/
(http://blog.jetbrains.com/webide/2011/01/external-api-docs-support-for-popular-javascript-frameworks/)
After adding ext js to webstorm JavaScript libraries, I get the following API url from the application by default
http://dev.sencha.com/deploy/dev/docs
However, the problem is that this in fact points to Ext Js 3.4 api docs. So when I pur my cursor at Ext.create and then press Shift+F1, the browser opens up the following page
(http://blog.jetbrains.com/webide/2011/01/external-api-docs-support-for-popular-javascript-frameworks/)http://dev.sencha.com/deploy/ext-3.4.0/docs/?class=Ext
Does anybody know how to make it show Ext Js 4 documentation?
http://blog.jetbrains.com/webide/2011/01/external-api-docs-support-for-popular-javascript-frameworks/
(http://blog.jetbrains.com/webide/2011/01/external-api-docs-support-for-popular-javascript-frameworks/)
After adding ext js to webstorm JavaScript libraries, I get the following API url from the application by default
http://dev.sencha.com/deploy/dev/docs
However, the problem is that this in fact points to Ext Js 3.4 api docs. So when I pur my cursor at Ext.create and then press Shift+F1, the browser opens up the following page
(http://blog.jetbrains.com/webide/2011/01/external-api-docs-support-for-popular-javascript-frameworks/)http://dev.sencha.com/deploy/ext-3.4.0/docs/?class=Ext
Does anybody know how to make it show Ext Js 4 documentation?