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

JSCS

Last modified: 09 August 2022

Required plugins:

Javascript and TypeScript -  The plugin is bundled with RubyMine and enabled by default.

JSCS -  Install the plugin on the Settings/Preferences | Plugins page, tab Marketplace.

When JSCS support is enabled, RubyMine highlights errors that JSCS detects, provides descriptions for them, and suggests quick-fixes where possible.

Descriptions of the errors detected in the current file and quick-fixes for them are available from the editor and from the Current File tab of the Problems tool window.

Errors in all previously opened files and quick-fixes for them are shown in the Project Errors tab of the Problems tool window. To open the tool window, click the Inspection widget in the upper-right corner of the editor:

Inspection widget

See View problems and apply quick-fixes in the editor and Problems tool window for details.

RubyMine also provides code completion in JSCS configuration files.