javascript - WebStorm support for ExtJs -


i'm using latest webstorm 8.0.4 sencha extjs support. overall, think powerful tool understand lot of extjs specific stuff, there 1 issue hope has solution that.

the problem have related 'this' keyword. when type 'this.', webstorm smart enough show not members of class, suggest list of getter , setters config properties specific extjs. after choose setter, extjs not understand own suggestion , show 'unresolved function or method' under getter , can't navigate getter config property. more strange, if 'var me = this' use 'me.getsomething()', extjs has no problem.

i appreciate idea or suggestion on issue.

from jetbrains site:

to enable use of ext js in project, perform these general steps:

  • download ext js.
  • configure custom webstorm javascript library.
  • associate library project.

http://www.jetbrains.com/webstorm/webhelp/using-ext-js-framework.html


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -