I want to add jQuery to WebStorm (IDE by JetBrains), but it doesn't have any option to add it automatically. I also tried downloading jQuery from the website and installing it through the "Install Plugin from Disk" section, but it doesn't show up.
Help would be appreciated.
Press Ctrl+Alt+S to open the IDE settings and select Languages & Frameworks | JavaScript | Libraries. On the Settings: JavaScript Libraries page that opens, click Download and in the Download Library dialog that opens, select the required library, and click Download and Install.
WebStorm is an integrated development environment for JavaScript and related technologies. Like other JetBrains IDEs, it makes your development experience more enjoyable, automating routine work and helping you handle complex tasks with ease.
jQuery is just a library, so you don't need a full plug-in for it; all you need to do is ...
After that jQuery variables (most notably $
) should no longer have squiggly lines under them, and you should be able to auto-complete jQuery functions. And that same basic pattern should work for pretty much any other Javascript library that you want Webstorm to support (the list of downloadable libraries is fairly comprehensive).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With