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

JavaScript

Last modified: 26 May 2021

Required plugin: Javascript and TypeScript

The plugin is bundled with RubyMine and enabled by default.

With RubyMine, you can develop modern web, mobile, and desktop applications with JavaScript and Node.js.

RubyMine also supports React, Angular, Vue.js, and other frameworks and provides tight integration with various tools for web development.

JavaScript-aware coding assistance includes completion for keywords, labels, variables, parameters, and functions, error and syntax highlighting, formatting, numerous code inspections and quick-fixes, as well as common and JavaScript-specific refactoring. RubyMine also integrates with JavaScript linters and the Flow type checker.

With RubyMine built-in debugger, you can debug both your client-side and server-side code and even run JavaScript code snippets in the interactive debugger console. Learn more from Debug JavaScript in Chrome.

RubyMine integrates with Jest, Karma, Protractor, Cucumber, and Mocha testing frameworks. RubyMine supports running and debugging tests as well as navigation between tests and subjects or between a failed test and the fragment of code that caused the problem.

On this page you will find a short Getting Started Guide that will walk you step by step from creating a web application to debugging and testing it.