Shortcuts JetBrains RubyMine for Linux

124 shortcuts2,782 views
Open Trainer

General Shortcuts

Action
Open Corresponding Tool Window
Save All
Synchronize
Toggle Maximize Editor
Go back to Previous Tool Window
Go to Editor
Hide Active or Last Active Window
Switch Editor Tabs and IDE Tool Windows
Open Setting Dialog
Close Current Active Tab
Quick Switch Current Scheme
Add to Favourites
Inspect Current file with Current file

Find and Replace

Action
Find
Replace
Search Everywhere
Find Next
Find Previous
Find in Path
Replace in Path

Editing Shortcuts

Action
Basic Code Completion
Complete Current Statement
Quick Documentation Lookup
Brief Info
Complete Statement
Parameter Information
Override Methods
Generate Code
Move Line(Selection) Up/Down
Surround With..(Begin..End etc.)
Comment/Uncomment with Line Comment
Comment/Uncomment with Block Comment
Show Description of Error or Warning at Caret
Indent Selected Lines
Unindent Selected Lines
Show Intention Actions and Quick Fixes
Reformat Code
Duplicate Current Line
Cut/Copy/Paste Current line to Clipboard
Paste from Buffer
AutoIndent Lines
Delete line at caret
Start New line
Show Intention Actions/Quick-Fixes
Decrease Current Selection to Previous State
Select Successively Incresing Code blocks
Expand All
Collapse All
Expand/Collapse Code block
Delete to end word
Delete to word start
Select till code block end
Select till code block start
Toggle Carnel/Snake Case
Switch case for Word at Caret or Selected block

Refactoring

Action
Copy
Move
Rename
Inline
Refactor this Quick List
Extract Method
Extract Field
Extract parameter
Extract Constant
Extract Variable

Navigation Shortcuts

Action
Go to Class
Go to File
Go to Symbol
Next highlighted Error
Previous highlighted Error
Go to Top of Page
Go to Bottom of Page
Go to Line
Recent files Popup
Select current file/Symbol in any View
Go to Next/Previous Tab
Go to Declaration
Go to Type Declaration
Navigate back/forward
Go to last edit location
Go to super method/super class
Type Hierarchy
Toggle Bookmark
Toggle Bookmark with Mnemonic
Show Bookmarks
Go to Numbered Bookmark
Show Navigation bar
Edit Source
Show Diagram
File Structure Popup
Move to code block end/start
Go to Previous/Next Method
Open Quick Definition Lookup

Debugging

Action
Run to Cursor
Step Out
Step Over
Step Into
Quick Evaluate Expression
Evaluate Expression
Toggle Breakpoint
View Breakpoints
Resume Program
Show Execution Point

Compile and Run

Action
Open Run Configuration
Open Debug Configuration
Run
Debug
Run Rake Task

Usage Search

Action
Find Usage in File
Find Usage
Highlight Usage in File
Show Usage

VCS/Local History

Action
View Diffrenece
Commit Project to VCS
Update Project from VCS
View Recent Changes
VCS Operations Popup

Live Templates

Action
Insert Live Template
Surround with Live Template

Rails

Action
Navigate to Rails Model/View/Controllers
Preview Rails View in Browser
Reload Application Sources in Rails Console
Insert in RHTML
Run Rails Generator