JavaScript. Libraries
for Windows and Linux
for OS X
Ctrl+Alt+S

Use this page to set up additional JavaScript libraries to expand the basic assistance provided through the JavaScript plugin. Note that the JavaScript libraries are global.
In this section:
Libraries
Buttons
Item | Description |
---|---|
Add | Click this button to create a new JavaScript library in the New Library dialog box. Refer to the section Configuring JavaScript Libraries. |
Edit | Click this button to change the name and contents of the selected library in the Edit Library dialog box. |
Remove | Click this button to delete the selected library. |
Download | Click this button to open the Download Library dialog box, where you can have IntelliJ IDEA
download and install one of the popular official JavaScript-related libraries, such as:
Besides the above listed official libraries, you can download stubs for TypeScript definition files. Choose the group of libraries in the drop-down list. The available options are Official libraries and TypeScript community stubs. Depending on your choice, IntelliJ IDEA displays a list of available libraries. Select the one to be downloaded and installed, and click Download and Install. You return to the JavaScript Libraries page where the new library is added to the list. CLick OK to save the settings. |
Manage scopes | Click this button to configure libraries to be used for specific files and/or directories in the JavaScript. Usage Scope dialog box. |
New Library / Edit Library Dialog Box
IntelliJ IDEA
enables you to create a library containing just one
.js
file, if this file is located on the Internet and can be accessed over HTTP. If you refer to a JavaScript library that is not yet available locally, but is available online, use the
Download library
intention action: