JavaScript documentation look-up

Last modified: 26 May 2021

Required plugin: Javascript and TypeScript

The plugin is bundled with RubyMine and enabled by default.

RubyMine shows you reference for standard JavaScript APIs, for symbols from your project and from its dependencies, as well as for symbols defined in external libraries. You can view the documentation for symbols in the Documentation popup, get information on method parameters, and open documentation on external sites if links to them are available.

  • For a project symbol or for a symbol from the project dependencies, RubyMine generates the documentation from the corresponding JSDoc comment.

  • For a standard JavaScript object or method, RubyMine shows the corresponding JSDoc comment from the built-in TypeScript definition files d.ts. These files are bundled with RubyMine and updated on a regular basis.

  • If no comment is found in the d.ts files, RubyMine shows a summary from the corresponding MDN article.