RubyMine 5.4.0 Web Help

This section lists and describes the keyboard shortcuts that include the AltAlt key:

Alt+Alphanumeric key

ShortcutFunctionUse this shortcut to...
Alt+NumberAlt NumberOpen tool windowOpen a tool window with the corresponding number.
Alt+SlashAlt+SlashCode completion / Expand wordExpand string at caret to any word in the visible scope that starts with the same characters.
2.0+Alt+BackQuoteAlt+BackQuoteVCS operationsShow quick list with the most required version control commands.

Alt+Navigation key

ShortcutFunctionUse this shortcut to...
Alt+DeleteAlt+DeleteSafe DeleteDelete selected class/method/field checking its usages.
Alt+EnterAlt+EnterShow Intention ActionDisplay intention actions (if any) for a code where the caret is currently located.
Alt+HomeAlt+HomeActivate Navigation BarBring focus to the Navigation bar.
Alt+InsertAlt+InsertCreate new entity Depending on the context:
Alt+DownAlt+DownNavigate to Next MethodNavigate to the next method declaration in the active editor tab.
Alt+LeftAlt+LeftSelect Previous Tab Depending on the context:
  • When several tabs are opened in the editor or a view, open the next tab to the left (or the last tab if the current one is the first).
  • In the Differences Viewer for Files invoked from the Update Project Info tab of the Version Control tool window, compare the local copy of the previous file with its update from the server.
Alt+RightAlt+RightSelect Next Tab Depending on the context:
  • When several tabs are opened in the editor or a view, open the next tab to the right (or the first tab if the current one is the last).
  • In the Differences Viewer for Files invoked from the Update Project Info tab of the Version Control tool window, compare the local copy of the next file with its update from the server.
Alt+UpAlt+UpNavigate to Previous MethodNavigate to the previous method declaration in the active editor tab.

Alt+Function (f) key

ShortcutFunctionUse this shortcut to...
Alt+F1Alt+F1Select TargetMove focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu. See Navigating Between IDE Components.
Alt+F2Alt+F2Preview InSelect the desired browser to preview a Web page in. This shortcut is available for files with Web contents. See Previewing Pages with Web Contents in a Browser.
Ctrl+F; Alt+F3Ctrl+F; Alt+F3Incremental SearchInitiate text search in the editor.
Alt+F4Alt F4Close Close RubyMine window.
Alt+F6Alt+F6Synchronize ViewWhen working with two RubyMine frames: toggle active frame.
Alt+F7Alt+F7Find UsagesInitiate search for usages.
Alt+F9Alt+F9Run to CursorDebugger: Run to the line where the caret is located.

See Also

Procedures:

Reference:

Getting Started:

Web Resources: