Hotkeys and shortcuts for JetBrains RubyMine (Windows)

(Total 124)

Ctrl + 0..9
General Shortcuts
Open Corresponding Tool Window
Ctrl + S
General Shortcuts
Save All
Ctrl + Alt + Y
General Shortcuts
Synchronize
Ctrl + Shift + F12
General Shortcuts
Toggle Maximize Editor
F12
General Shortcuts
Go back to Previous Tool Window
Esc
General Shortcuts
Go to Editor
Shift + Esc
General Shortcuts
Hide Active or Last Active Window
Ctrl + Tab
General Shortcuts
Switch Editor Tabs and IDE Tool Windows
Ctrl + Alt + S
General Shortcuts
Open Setting Dialog
Ctrl + F4
General Shortcuts
Close Current Active Tab
Ctrl + `
General Shortcuts
Quick Switch Current Scheme
Alt + Shift + F
General Shortcuts
Add to Favourites
Alt + Shift + I
General Shortcuts
Inspect Current file with Current file
Ctrl + F
Find and Replace
Find
Ctrl + R
Find and Replace
Replace
Double Shift
Find and Replace
Search Everywhere
F3
Find and Replace
Find Next
Shift + F3
Find and Replace
Find Previous
Ctrl + Shift + F
Find and Replace
Find in Path
Ctrl + Shift + R
Find and Replace
Replace in Path
Ctrl + Spacebar
Editing Shortcuts
Basic Code Completion
Ctrl + Shift + Spacebar
Editing Shortcuts
Complete Current Statement
Ctrl + Q
Editing Shortcuts
Quick Documentation Lookup
Ctrl + Mouse Over
Editing Shortcuts
Brief Info
Ctrl + Shift + Enter
Editing Shortcuts
Complete Statement
Ctrl + P
Editing Shortcuts
Parameter Information
Ctrl + O
Editing Shortcuts
Override Methods
Alt + Insert
Editing Shortcuts
Generate Code
Ctrl + Shift + Up Arrow / Down Arrow
Editing Shortcuts
Move Line(Selection) Up/Down
Ctrl + Alt + T
Editing Shortcuts
Surround With..(Begin..End etc.)
Ctrl + /
Editing Shortcuts
Comment/Uncomment with Line Comment
Ctrl + Shift + /
Editing Shortcuts
Comment/Uncomment with Block Comment
Ctrl + F1
Editing Shortcuts
Show Description of Error or Warning at Caret
Tab
Editing Shortcuts
Indent Selected Lines
Shift + Tab
Editing Shortcuts
Unindent Selected Lines
Alt + Enter
Editing Shortcuts
Show Intention Actions and Quick Fixes
Ctrl + Alt + L
Editing Shortcuts
Reformat Code
Ctrl + D
Editing Shortcuts
Duplicate Current Line
Ctrl + X / Ctrl + C / Ctrl + V
Editing Shortcuts
Cut/Copy/Paste Current line to Clipboard
Ctrl + Shift + V
Editing Shortcuts
Paste from Buffer
Ctrl + Alt + I
Editing Shortcuts
AutoIndent Lines
Ctrl + Y
Editing Shortcuts
Delete line at caret
Shift + Enter
Editing Shortcuts
Start New line
Alt + Enter
Editing Shortcuts
Show Intention Actions/Quick-Fixes
Ctrl + Shift + W
Editing Shortcuts
Decrease Current Selection to Previous State
Ctrl + W
Editing Shortcuts
Select Successively Incresing Code blocks
Ctrl + Shift + NumPad +
Editing Shortcuts
Expand All
Ctrl + Shift + NumPad -
Editing Shortcuts
Collapse All
Ctrl + NumPad + / Ctrl + NumPad -
Editing Shortcuts
Expand/Collapse Code block
Ctrl + Del
Editing Shortcuts
Delete to end word
Ctrl + Backspace
Editing Shortcuts
Delete to word start
Ctrl + Shift + ]
Editing Shortcuts
Select till code block end
Ctrl + Shift + [
Editing Shortcuts
Select till code block start
Shift + Alt + U
Editing Shortcuts
Toggle Carnel/Snake Case
Ctrl + Shift + U
Editing Shortcuts
Switch case for Word at Caret or Selected block
F5
Refactoring
Copy
F6
Refactoring
Move
Shift + F6
Refactoring
Rename
Ctrl + Alt + N
Refactoring
Inline
Ctrl + Alt + Shift + T
Refactoring
Refactor this Quick List
Ctrl + Alt + M
Refactoring
Extract Method
Ctrl + Alt + F
Refactoring
Extract Field
Ctrl + Alt + P
Refactoring
Extract parameter
Ctrl + Alt + C
Refactoring
Extract Constant
Ctrl + Alt + V
Refactoring
Extract Variable
Ctrl + N
Navigation Shortcuts
Go to Class
Ctrl + Shift + N
Navigation Shortcuts
Go to File
Ctrl + Alt + Shift + N
Navigation Shortcuts
Go to Symbol
F2
Navigation Shortcuts
Next highlighted Error
Shift + F2
Navigation Shortcuts
Previous highlighted Error
Ctrl + PgUp
Navigation Shortcuts
Go to Top of Page
Ctrl + PgDn
Navigation Shortcuts
Go to Bottom of Page
Ctrl + G
Navigation Shortcuts
Go to Line
Ctrl + E
Navigation Shortcuts
Recent files Popup
Alt + F1
Navigation Shortcuts
Select current file/Symbol in any View
Alt + Left Arrow / Alt + Right Arrow
Navigation Shortcuts
Go to Next/Previous Tab
Ctrl + B
Navigation Shortcuts
Go to Declaration
Ctrl + Shift + B
Navigation Shortcuts
Go to Type Declaration
Ctrl + Alt + Left Arrow / Ctrl + Alt + Right Arrow
Navigation Shortcuts
Navigate back/forward
Ctrl + Shift + Backspace
Navigation Shortcuts
Go to last edit location
Ctrl + U
Navigation Shortcuts
Go to super method/super class
Ctrl + H
Navigation Shortcuts
Type Hierarchy
F11
Navigation Shortcuts
Toggle Bookmark
Ctrl + F11
Navigation Shortcuts
Toggle Bookmark with Mnemonic
Shift + F11
Navigation Shortcuts
Show Bookmarks
Ctrl + 0..9
Navigation Shortcuts
Go to Numbered Bookmark
Alt + Home
Navigation Shortcuts
Show Navigation bar
F4
Navigation Shortcuts
Edit Source
Ctrl + Shift + Alt + U
Navigation Shortcuts
Show Diagram
Ctrl + F12
Navigation Shortcuts
File Structure Popup
Ctrl + ] / Ctrl + [
Navigation Shortcuts
Move to code block end/start
Alt + Up Arrow / Alt + Down Arrow
Navigation Shortcuts
Go to Previous/Next Method
Ctrl + Shift + I
Navigation Shortcuts
Open Quick Definition Lookup
Alt + F9
Debugging
Run to Cursor
Shift + F8
Debugging
Step Out
F8
Debugging
Step Over
F7
Debugging
Step Into
Ctrl + Alt + F8
Debugging
Quick Evaluate Expression
Alt + F8
Debugging
Evaluate Expression
Ctrl + F8
Debugging
Toggle Breakpoint
Ctrl + Shift + F8
Debugging
View Breakpoints
F9
Debugging
Resume Program
Alt + F10
Debugging
Show Execution Point
Alt + Shift + F10
Compile and Run
Open Run Configuration
Alt + Shift + F9
Compile and Run
Open Debug Configuration
Shift + F10
Compile and Run
Run
Shift + F9
Compile and Run
Debug
Ctrl + Alt + R
Compile and Run
Run Rake Task
Ctrl + F7
Usage Search
Find Usage in File
Alt + F7
Usage Search
Find Usage
Ctrl + Shift + F7
Usage Search
Highlight Usage in File
Ctrl + Alt + F7
Usage Search
Show Usage
Ctrl + D
VCS/Local History
View Diffrenece
Ctrl + K
VCS/Local History
Commit Project to VCS
Ctrl + T
VCS/Local History
Update Project from VCS
Ctrl + Shift + E
VCS/Local History
View Recent Changes
Alt + `
VCS/Local History
VCS Operations Popup
Ctrl + J
Live Templates
Insert Live Template
Ctrl + Alt + J
Live Templates
Surround with Live Template
Alt + Shift + N
Rails
Navigate to Rails Model/View/Controllers
Alt + F2
Rails
Preview Rails View in Browser
Ctrl + R
Rails
Reload Application Sources in Rails Console
Ctrl + Shift + .
Rails
Insert <%= %> in RHTML
Ctrl + Alt + G
Rails
Run Rails Generator