All hotkeys for JetBrains AppCode (MacOS)
General ShortcutsOpen Corresponding Tool Window |
Command + 0 ... 9 |
General ShortcutsSearch Everywhere |
2x Shift |
General ShortcutsToggle Maximize Editor |
Command + Shift + F12 |
General ShortcutsGo back to Previous Tool Window |
F12 |
General ShortcutsGo to Editor |
Esc |
General ShortcutsHide Active or Last Active Window |
Shift + Esc |
General ShortcutsSwitch Editor Tabs and IDE Tool Windows |
Command + Tab |
General ShortcutsClose Current Active Tab |
Command + W |
General ShortcutsQuick Switch Current Scheme |
Ctrl + ` |
General ShortcutsAdd to Favourites |
Option + Shift + F |
Find and ReplaceFind |
Command + F |
Find and ReplaceReplace |
Command + R |
Find and ReplaceSearch Everywhere |
Double Shift |
Find and ReplaceFind Next |
Command + G |
Find and ReplaceFind Previous |
Command + Shift + G |
Find and ReplaceFind in Path |
Command + Shift + F |
Find and ReplaceReplace in Path |
Command + Shift + R |
Editing ShortcutsBasic Code Completion |
Ctrl + Spacebar |
Editing ShortcutsComplete Current Statement |
Command + Shift + Enter |
Editing ShortcutsQuick Documentation Lookup |
Ctrl + J |
Editing ShortcutsBrief Info |
Command + Mouse Over |
Editing ShortcutsComplete Statement |
Command + Shift + Enter |
Editing ShortcutsParameter Information |
Command + P |
Editing ShortcutsOverride Methods |
Ctrl + O |
Editing ShortcutsGenerate Code |
Command + N |
Editing ShortcutsMove Line(Selection) Up/Down |
Option + Shift + Up Arrow / Down Arrow |
Editing ShortcutsSurround With..(Begin..End etc.) |
Command + Option + T |
Editing ShortcutsComment/Uncomment with Line Comment |
Command + / |
Editing ShortcutsComment/Uncomment with Block Comment |
Command + Option + / |
Editing ShortcutsShow Description of Error or Warning at Caret |
Command + F1 |
Editing ShortcutsIndent Selected Lines |
Tab |
Editing ShortcutsUnindent Selected Lines |
Shift + Tab |
Editing ShortcutsShow Intention Actions and Quick Fixes |
Option + Enter |
Editing ShortcutsReformat Code |
Command + Option + L |
Editing ShortcutsDuplicate Current Line |
Command + D |
Editing ShortcutsCut/Copy/Paste Current line to Clipboard |
Command + X / Command + C / Command + V |
Editing ShortcutsPaste from Buffer |
Command + Shift + V |
Editing ShortcutsAutoIndent Lines |
Ctrl + Option + I |
Editing ShortcutsDelete line at caret |
Command + Backspace |
Editing ShortcutsStart New line |
Shift + Enter |
Editing ShortcutsShow Intention Actions/Quick-Fixes |
Option + Enter |
Editing ShortcutsDecrease Current Selection to Previous State |
Option + Down Arrow |
Editing ShortcutsSelect Successively Incresing Code blocks |
Option + Up Arrow |
Editing ShortcutsExpand All |
Command + Shift + + |
Editing ShortcutsCollapse All |
Command + Shift + - |
Editing ShortcutsExpand/Collapse Code block |
Command + + / Command + - |
Editing ShortcutsDelete to end word |
Command + Del |
Editing ShortcutsDelete to word start |
Command + Backspace |
Editing ShortcutsSelect till code block end |
Command + Shift + Option + ] |
Editing ShortcutsSelect till code block start |
Command + Shift + Option + [ |
Editing ShortcutsToggle Carnel/Snake Case |
Shift + Option + U |
Editing ShortcutsSwitch case for Word at Caret or Selected block |
Command + Shift + U |
Code RefactoringCopy |
F5 |
Code RefactoringMove |
F6 |
Code RefactoringRename |
Shift + F6 |
Code RefactoringChange Signature |
Command + F6 |
Code RefactoringSafe Delete |
Command + Del |
Code RefactoringInline |
Command + Option + N |
Code RefactoringRefactor this Quick List |
Ctrl + T |
Code RefactoringExtract Method |
Command + Option + M |
Code RefactoringExtract Field |
Command + Option + F |
Code RefactoringExtract parameter |
Command + Option + P |
Code RefactoringExtract Constant |
Command + Option + C |
Code RefactoringExtract Variable |
Command + Option + V |
Navigation ControlsGo to Class |
Command + O |
Navigation ControlsGo to File |
Command + Shift + O |
Navigation ControlsGo to Symbol |
Command + Option + Shift + O |
Navigation ControlsGo back to Previous Tool Window |
F12 |
Navigation ControlsGo to Editor |
Esc |
Navigation ControlsHide Active or Last Active Window |
Shift + Esc |
Navigation ControlsNext highlighted Error |
F2 |
Navigation ControlsPrevious highlighted Error |
Shift + F2 |
Navigation ControlsGo to Top of Page |
Command + PgUp |
Navigation ControlsGo to Bottom of Page |
Command + PgDn |
Navigation ControlsGo to Line |
Command + L |
Navigation ControlsRecent files Popup |
Command + E |
Navigation ControlsSelect current file/Symbol in any View |
Option + F1 |
Navigation ControlsGo to Next/Previous Tab |
Ctrl + Left Arrow / Ctrl + Right Arrow |
Navigation ControlsGo to Declaration |
Command + B |
Navigation ControlsGo to Type Declaration |
Command + Shift + B |
Navigation ControlsNavigate back/forward |
Command + Option + Left Arrow / Command + Option + Right Arrow |
Navigation ControlsGo to last edit location |
Command + Shift + Backspace |
Navigation ControlsGo to super method/super class |
Command + U |
Navigation ControlsType Hierarchy |
Ctrl + H |
Navigation ControlsMethod Hierarchy |
Command + Shift + H |
Navigation ControlsCall Hierarchy |
Ctrl + Option + H |
Navigation ControlsToggle Bookmark |
Shift + F6 |
Navigation ControlsToggle Bookmark with Mnemonic |
Option + F3 |
Navigation ControlsShow Bookmarks |
Shift + F3 |
Navigation ControlsGo to Numbered Bookmark |
Ctral + 0..9 |
Navigation ControlsShow Navigation bar |
Command + Up Arrow |
Navigation ControlsClose Active Run/Messages |
Ctrl + Shift + F4 |
Navigation ControlsEdit Source |
F4 |
Navigation ControlsView Source |
Command + Down Arrow |
Navigation ControlsShow Diagram |
Command + Shift + Option + U |
Navigation ControlsDiagram Popup |
Command + Option + U |
Navigation ControlsFile Structure Popup |
Command + F12 |
Navigation ControlsMove to code block end/start |
Command + ] / Command + [ |
Navigation ControlsGo to Previous/Next Method |
Ctrl + Up Arrow / Ctrl + Down Arrow |
Navigation ControlsOpen Quick Definition Lookup |
Command + Y |
Debugging ShortcutsRun to Cursor |
Option + F9 |
Debugging ShortcutsStep Out |
Shift + F8 |
Debugging ShortcutsStep Over |
F8 |
Debugging ShortcutsStep Into |
F7 |
Debugging ShortcutsEvaluate Expression |
Option + F8 |
Debugging ShortcutsToggle Breakpoint |
Command + F8 |
Debugging ShortcutsView Breakpoints |
Command + Shift + F8 |
Debugging ShortcutsResume Program |
F9 |
Compile and RunBuild Project |
Command + F9 |
Compile and RunRun |
Ctrl + R |
Compile and RunDebug |
Ctrl + D |
Compile and RunSelect Configuration and Run |
Ctrl + Option + R |
Compile and RunSelect Configuration and Debug |
Ctrl + Option + D |
Compile and RunRun Context Configuration from Editor |
Ctrl + Shift + R |
Compile and RunDebug Context Configuration from Editor |
Ctrl + Shift + D |
Usage SearchFind Usage in File |
Command + F7 |
Usage SearchFind Usage |
Option + F7 |
Usage SearchHighlight Usage in File |
Command + Shift + F7 |
Usage SearchShow Usage |
Command + Option + F7 |
VCS/Local HistoryCommit Project to VCS |
Command + K |
VCS/Local HistoryUpdate Project from VCS |
Command + T |
VCS/Local HistoryView Recent Changes |
Option + Shift + C |
VCS/Local HistoryVCS Operations Popup |
Ctrl + V |
Live TemplatesInsert Live Template |
Command + J |
Live TemplatesSurround with Live Template |
Command + Option + J |