After I installed WebStorm after formatting my puter the other day, jQuery auto-pletion 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()
After I installed WebStorm after formatting my puter the other day, jQuery auto-pletion 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.
Share Improve this question edited May 19, 2014 at 3:04 Makoto 106k27 gold badges197 silver badges235 bronze badges asked Jul 2, 2011 at 13:11 Kanchana RandikaKanchana Randika 5462 gold badges13 silver badges27 bronze badges 5Unresolved function or method fadeOut()
- Did you pay for it? You should be able to ask the JetBrains support for help. youtrack.jetbrains/issues/WI Or the munity forum. devnet.jetbrains/munity/wi – Jared Farrish Commented Jul 2, 2011 at 13:15
- @ Jared Farrish Yes,I wrote them also I submitted a message but no reply.This is the post link. devnet.jetbrains/message/5308091#5308091 Thanx – Kanchana Randika Commented Jul 2, 2011 at 13:20
- If you're a paying customer, you should be able to raise an issue in their issue tracker. – Jared Farrish Commented Jul 2, 2011 at 13:39
- yes I solved with their help. – Kanchana Randika Commented Jul 5, 2011 at 5:26
- 2 If you provide a description in an answer for this question of what you did that worked, I'm sure fellow travelers would appreciate it. :) – Jared Farrish Commented Jul 5, 2011 at 17:55
2 Answers
Reset to default 11For code pletion 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 e from eclipse, that is like a cup of water in a desert.
You can enable jQuery code pletion by adding it as a global library in Webstorm and phpStorm.
- Go to Settings -> Languages & Frameworks -> Javascript and click on Libraries.
- Click Download on the right side of the window.
- Select Official libraries, select
jQuery
in the list and click download - jQuery would be enabled as a global library(shown below). Click Apply and ok.