Hotkeys and shortcuts for JetBrains AppCode (MacOS)

(Total 125)

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