This document provides a cheat sheet of keyboard shortcuts for various coding actions in Windows and Mac OS X. It lists shortcuts for searching and replacing text, navigating files and code, refactoring code, completing code, and accessing universal search features. Many common actions like finding, copying, navigating declarations, and refactoring have different keyboard shortcut combinations depending on the operating system.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
474 views1 page
Cheat Sheet Rebel Intellij Idea Web
This document provides a cheat sheet of keyboard shortcuts for various coding actions in Windows and Mac OS X. It lists shortcuts for searching and replacing text, navigating files and code, refactoring code, completing code, and accessing universal search features. Many common actions like finding, copying, navigating declarations, and refactoring have different keyboard shortcut combinations depending on the operating system.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Keyboard Shortcut Cheat Sheet
Action Windows OS X Action Windows OS X
SEARCH TEXT EDITING ACTIONS Find usages Ctrl + Alt + F7 ⌘ + F7 Move lines Alt + Shift + Up/Down Alt + Shift + Up/Down Find usages (results) Ctrl + Alt + Shift + F7 ⌘ + Alt + F7 Delete lines Ctrl + Y ⌘+Y Find / Replace in file Ctrl + F ⌘+F/⌘+R Copy / Duplicate lines Ctrl + D ⌘+D ⌘ + Shift + F Select identifier Ctrl + W Alt + Up Find / Replace in projects Ctrl + Shift + F ⌘ + Shift + R Format code Ctrl + Alt + L ⌘ + Alt + L Find next F3 F3 Correct indentation Ctrl + Alt + I Ctrl + Alt + I FILE NAVIGATION Structured selection Ctrl + W Alt + Up Open resource / Navigate to file Ctrl + Shift + N ⌘ + Shift + O CODE NAVIGATION Open type Ctrl + N ⌘+O Find usages / References in workspace Alt + F7 Alt + F7 Go to symbol Ctrl + Alt + Shift + N ⌘ + Alt + G Find usages results Ctrl + Alt + Shift + F7 ⌘ + Alt + Shift + F7 Go to line Ctrl + G ⌘+L Quick outline / File structure Ctrl + F12 ⌘ + F12 Recent files Ctrl + E ⌘+E Inspect code hierachy Ctrl + Alt + H Ctrl + Alt + H Tab / File switcher Ctrl + Tab ⌘ + Shift + [ / ] Open / Navigate to declaration Ctrl + Alt + B ⌘ + Alt + B WINDOWS ACTIONS Open / Navigate to type hierarchy Ctrl + H Ctrl + H Maximize active window Ctrl + Shift + F12 ⌘ + Shift + F12 Open / Navigate to member hierarchy Ctrl + Shift + H ⌘ + Shift + H Next view (editor) Alt + Left / Right Ctrl + Left / Right REFACTORING Quick switch editor Ctrl + E ⌘+E Refactor this Ctrl + Alt + Shift + T ⌘ + Alt + Shift + T Back Ctrl + [ ⌘+[ Show quick refactoring menu ⌘ + Shift + T Forward Ctrl + ] ⌘+] Rename Ctrl + Alt + R Shift + F6 Show UML popup Ctrl + Alt + U ⌘ + Alt + U Surround with Ctrl + Alt + T ⌘ + Alt + T Activate editor Ctrl + Tab Ctrl + Tab Extract local variable Ctrl + Alt + V ⌘ + Alt + V CODE COMPLETION Extract / Assign to field Ctrl + Alt + F ⌘ + Alt + F Quick fix Alt + Enter Alt + Enter Inline Ctrl + Alt + N ⌘ + Alt + N Code completion Ctrl + Space Ctrl + Space Extract method Ctrl + Alt + M ⌘ + Alt + M Smart code completion Ctrl + Shift + Space Ctrl + Shift + Space UNIVERSAL ACCESS Live templates Ctrl + J ⌘ +J Quick access / search everywhere Ctrl + Shift + A ⌘ + Shift + A