Reputation: 546
After I installed WebStorm after formatting my computer the other day, jQuery auto-completion and code suggestion are not working. This software worked perfectly before, but now jQuery is not working. I tried reinstalling several times, but to no avail. This is the mouse-over notice for jQuery terms.
Unresolved function or method fadeOut()
Upvotes: 8
Views: 8657
Reputation: 4997
You can enable jQuery code completion by adding it as a global library in Webstorm and phpStorm.
jQuery
in the list and click downloadUpvotes: 9
Reputation: 47280
For code completion to work you need jQuery to be either under your project root or defined as global library (see Settings|JavaScript Libraries).
from someone who has recently come from eclipse, that is like a cup of water in a desert.
Upvotes: 11