javascript - WebStorm 11 - unresolved method -
i download webstorm , works fine except im getting annoying markings when usr $(). says: unresolved function or method or ajax()
how can fix this?
you need add jquery javascript libraries in settings | languages & frameworks | javascript | libraries
: either press download...
, select jquery 2.0
official libraries list, or use add...
button specify path jquery.js. see http://blog.jetbrains.com/webstorm/2014/07/how-webstorm-works-completion-for-javascript-libraries/
Comments
Post a Comment