RubyMine 2017.3 Help

Auto Import

File | Settings | Editor | General | Auto Import for Windows and Linux
RubyMine | Preferences | Editor | General | Auto Import for macOS
Ctrl+Alt+S settings


XML

Show import pop-upAutomatically display an import pop-up dialog box when typing the name of an unbound namespace.

TypeScript/JavaScript

Add ES6 imports automatically
  • If this checkbox is selected, RubyMine automatically inserts an import statement in JavaScript code when you complete a symbol exported using ES6 exports in another project file:
  • When the checkbox is cleared, on pressing Alt+Enter RubyMine shows a pop-up that suggests to import the completed symbol:
    ws es6 autoimport off
  • Completion and auto import also work for React components, including stateless components. RubyMine properly detects them, provides code completion, and adds import statements automatically:
Add TypeScript imports automatically
  • If this checkbox is selected, RubyMine automatically inserts an import statement in TypeScript code when you complete a symbol exported in another project file.
  • When the checkbox is cleared, on pressing Alt+Enter RubyMine shows a pop-up that suggests to import the completed symbol.
Last modified: 4 April 2018

See Also