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

JavaScript postfix templates

Last modified: 09 August 2022

Required plugin: Javascript and TypeScript

The plugin is bundled with RubyMine and enabled by default.

Postfix code completion lets you add template code around an expression you’ve just typed. A template expands when you type its abbreviation (postfix) after a dot and press the expansion key (Tab by default) or when you select the abbreviation in the code completion popup. For example, the .if postfix applied to an expression wraps it with an if statement.

RubyMine is shipped with a set of predefined postfix templates and lets you define your own custom ones, see Create custom postfix templates.

Custom templates can be copied, updated, and removed. For predefined templates you can only change their postfixes, for example to replace a long key with a shorter one.

Learn more from Postfix code completion.

You can also create a new template that slightly differs from an existing one, for example, in its language context or the final position of the cursor. RubyMine lets you copy the original template and make the necessary changes in that copy.