How much can webstorm support jquery's code completion?

Hi,

I used to be a Eclipse user and for javascript editing, I use vjet plugin. It works well for jquery/dojo, but only support their core lib, i.e, dojo.js (not sure for jquery). however, those things in dijit package, are not supported. So I'm thinking webstorm and jquery, but not sure if webstorm support jquery's whole libary, or just support its very core files?

Any advice would be highly appreciated. Thanks!

0
2 comments

In general WebStorm's completion depends on JS libraries which you have set up. I think in case of Dojo, it brings up Dijit symbols as well if you have installed a complete Dojo library. Please see the attached screenshot. You can also give WebStorm a try by downloading a 30-day evalution version from http://www.jetbrains.com/webstorm.



Attachment(s):
WebStormDijit.png
0
Avatar
Permanently deleted user

After setting the IDE to use jQuery (the uncompressed version) I've had excellent code hinting. Even with jquery plugins.

0

Please sign in to leave a comment.