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

Configure JavaScript libraries

Last modified: 26 May 2021

Required plugin: Javascript and TypeScript

The plugin is bundled with RubyMine and enabled by default.

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

RubyMine 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.