I can not add jQuery to WebStorm, why?

I want to add jQuery to WebStorm (IDE from JetBrains), but it has no way to add it automatically. I also tried downloading jQuery from the website and installing it through the "Install the plugin from disk" section, but it does not appear.

Nothing here

Or here

Help will be appreciated.

+4
source share
1 answer

jQuery is just a library, so you don’t need a full-fledged plugin for this; all you have to do is ...

  • Go to Settings (or Settings on Mac)
  • Go to Languages ​​and Frames> Javascript> Code Libraries
  • Click Download
  • Find jQuery and select it
  • Click "Download and Install"

jQuery ( $) , jQuery. Javascript, Webstorm ( ).

+11

Source: https://habr.com/ru/post/1665364/


All Articles