WebStorm
 
2021.1
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Configure JavaScript libraries

Last modified: 26 May 2021

In WebStorm, a library is a file or a set of files whose functions and methods are added to WebStorm's internal knowledge in addition to the functions and methods that WebStorm retrieves from the project code that you edit. In the scope of a project, its libraries by default are write-protected.

WebStorm uses libraries only to enhance coding assistance (that is, code completion, syntax highlighting, navigation, and documentation lookup). Please note that a library is not a way to manage your project dependencies.