Catalog / RubyMine IDE Shortcuts Cheatsheet
RubyMine IDE Shortcuts Cheatsheet
A comprehensive cheat sheet covering essential RubyMine shortcuts for efficient coding, navigation, and refactoring.
Basic Navigation & Editing
Navigation
|
Go to Class |
|
Go to File |
|
Go to Symbol |
|
Navigate Back/Forward |
|
Recent Files |
|
Recent Locations |
Editing
|
Duplicate Line or Selection |
|
Delete Line |
|
Reformat Code |
|
Comment/Uncomment Line |
|
Start New Line |
|
Paste from History |
Code Completion & Generation
Code Completion
|
Basic Code Completion |
|
Smart Code Completion (Type-Matching) |
|
Class Name Completion |
|
Complete Statement |
Code Generation
|
Generate Code (Getters, Setters, Constructors, etc.) |
|
Override Methods |
|
Implement Methods |
|
Surround With (if, while, try/catch, etc.) |
Refactoring & Find Actions
Refactoring
|
Rename |
|
Refactor This |
|
Introduce Variable |
|
Introduce Constant |
|
Introduce Field |
|
Introduce Parameter |
Find Actions
|
Find |
|
Find in Path |
|
Replace |
|
Replace in Path |
|
Find Usages |
Debugging & VCS
Debugging
|
Resume Program |
|
Toggle Breakpoint |
|
Step Over |
|
Step Into |
|
Smart Step Into |
|
Step Out |
|
Run to Cursor |
VCS
|
Commit Changes |
|
Push Changes |
|
Update Project |
|
Show Changes |
|
Revert |