1 minute read

Shortcuts

Shortcut Keys

LEGEND : Shift   ^ Ctrl   Alt   Esc   Enter   Delete

View

⇧Shift ⎋Esc Hide a tool window  
^alt 0 Commit  
✅ ⌥alt + 1 Project  
⌥alt + 2 Bookmarks  
⌥alt + 3 Find  
✅ ⌥alt + 4 Run  
✅ ⌥alt + 5 Debug  
⌥alt + 6 Problems  
✅ ⌥alt + 7 File Structure Tool Window, shows fields, properties, methods, lambdas etc View -> Tool Windows -> Structure
⌥alt + 8 Services  
✅ ⌥alt + 9 Git  
✅ ⌥alt F12 Terminal  
⌥alt F opens File on toolbar  
⌥alt N opens Navigate on toolbar  
^ctrl + E Move to the last location edited ,Show recently opened Files  
✅ ^ctrl ⇧Shift E See edited code in recently opened Files, Recent Locations  
⌥alt ⇧Shift C Recent Changes  
✅ ⌥alt `Backtick VCS operations  
^ctrl ⇧Shift F7 Highlight All Usages  
✅ ⇧Shift F6 Refactor file name  

Find, Search & Edit, Replace in Files

⇧Shift ⇧Shift Find All Common entry point for all menu
✅^ctrl N Class (^ctrl N -> File) Can begin from ⇧⇧
✅^ctrl F Find in current file  
✅^ctrl ⇧Shift F Find in Files  
alt select select multiple and change at a time  
ctrl shift N opens files menu  
✅ alt ctrl v to declare variables  
✅ ctrl g to go directly to specific line in code  
✅ ctrl alt m to extract method  
✅ ctrl shift i shows method implementation  
✅ ctrl shift p shows what return type is expected  
✅ ctrl shift b takes to method  
✅ ctrl e takes to last method change  
✅ ctrl shift v crates an object of assignment