mrinsan
13 Apr 2015, 9:42 PM
My views are extended from Ext.Grid
and all stores are defined directly under store folder (no subfolders there)
but providing a valid store as a config param for the view(which is extended from grid) , is being flaged as error
Ext.define('MyApp.view.manager.MyGrid', {
extend : 'MyApp.view.common.grid.AbstractGridPanel',
store : 'MyStore' <=== This line is flaged cannot resolve symbol 'MyStore'
...
...
})
am using 0.1.211 version of the plugin in WebStorm 10
Another Question
If I use the ExtJS plugin should I disable
Language & Tools > JavaScript > Libraries > ExtJs 4.2, which comes pre-bundled with WebStorm ?
and all stores are defined directly under store folder (no subfolders there)
but providing a valid store as a config param for the view(which is extended from grid) , is being flaged as error
Ext.define('MyApp.view.manager.MyGrid', {
extend : 'MyApp.view.common.grid.AbstractGridPanel',
store : 'MyStore' <=== This line is flaged cannot resolve symbol 'MyStore'
...
...
})
am using 0.1.211 version of the plugin in WebStorm 10
Another Question
If I use the ExtJS plugin should I disable
Language & Tools > JavaScript > Libraries > ExtJs 4.2, which comes pre-bundled with WebStorm ?