Hotkeys and shortcuts for JetBrains PyCharm (MacOS)

(Total 122)

Command + 0..9
General Shortcuts
Open Corresponding Tool Window
Command + S
General Shortcuts
Save All
Command + Option + Y
General Shortcuts
Synchronize
Command + Shift + F12
General Shortcuts
Toggle Maximize Editor
Command + Tab
General Shortcuts
Switch Editor Tabs and IDE Tool Windows
Command + ,
General Shortcuts
Open Setting Dialog
Command + W
General Shortcuts
Close Current Active Tab
Command + `
General Shortcuts
Quick Switch Current Scheme
Option + Shift + F
General Shortcuts
Add to Favourites
Option + Shift + I
General Shortcuts
Inspect Current file with Current file
Command + F
Find and Replace
Find
Command + R
Find and Replace
Replace
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 + Option + Spacebar
Editing Shortcuts
Class name completion
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 + F4
Editing Shortcuts
Close Active Editor Tab
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
Command + Option + I
Editing Shortcuts
AutoIndent Lines
Command + Y
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
Ctrl + Shift + J
Editing Shortcuts
Smart line Join
Command + Enter
Editing Shortcuts
Smart line Split
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
Refactoring
Copy
F6
Refactoring
Move
Command + Del
Refactoring
Safe Delete
Shift + F6
Refactoring
Rename
Command + Option + N
Refactoring
Inline
Command + F6
Refactoring
Change Signature
Command + Option + M
Refactoring
Extract Method
Command + Option + F
Refactoring
Introduce Field
Command + Option + P
Refactoring
Introduce parameter
Command + Option + C
Refactoring
Introduce Constant
Command + Option + V
Refactoring
Introduce Variable
Command + N
Navigation Shortcuts
Go to Class
Command + Shift + N
Navigation Shortcuts
Go to File
Command + Option + Shift + N
Navigation Shortcuts
Go to Symbol
F2
Navigation Shortcuts
Next highlighted Error
Shift + F2
Navigation Shortcuts
Previous highlighted Error
Esc
Navigation Shortcuts
Go to Editor
Shift + Esc
Navigation Shortcuts
Hide Active/Last Active Window
Command + PgUp
Navigation Shortcuts
Go to Top of Page
Command + PgDn
Navigation Shortcuts
Go to Bottom of Page
Command + G
Navigation Shortcuts
Go to Line
Command + E
Navigation Shortcuts
Recent files Popup
Option + F1
Navigation Shortcuts
Select current file/Symbol in any View
Ctrl + Left Arrow / Ctrl + Right Arrow
Navigation Shortcuts
Go to Next/Previous Tab
Command + B
Navigation Shortcuts
Go to Declaration
Ctrl + Shift + B
Navigation Shortcuts
Go to Type Declaration
Command + Option + Left Arrow / Command + Option + Right Arrow
Navigation Shortcuts
Navigate back/forward
Command + Shift + Backspace
Navigation Shortcuts
Go to last edit location
Command + U
Navigation Shortcuts
Go to super method/super class
Ctrl + H
Navigation Shortcuts
Type Hierarchy
Command + Shift + H
Navigation Shortcuts
Method Hierarchy
Ctrl + Option + H
Navigation Shortcuts
Call Hierarchy
F11
Navigation Shortcuts
Toggle Bookmark
Command + F11
Navigation Shortcuts
Toggle Bookmark with Mnemonic
Shift + F11
Navigation Shortcuts
Show Bookmarks
Ctrl + 0..9
Navigation Shortcuts
Go to Numbered Bookmark
Option + Home
Navigation Shortcuts
Show Navigation bar
F4
Navigation Shortcuts
View Source
Command + Shift + Option + U
Navigation Shortcuts
Show Diagram
Command + F12
Navigation Shortcuts
File Structure Popup
Command + ] / Command + [
Navigation Shortcuts
Move to code block end/start
Ctrl + Up Arrow / Ctrl + Down Arrow
Navigation Shortcuts
Go to Previous/Next Method
Command + Shift + I
Navigation Shortcuts
Open Quick Definition Lookup
Option + F9
Debugging
Run to Cursor
Shift + F8
Debugging
Step Out
F8
Debugging
Step Over
F7
Debugging
Step Into
Command + Option + F8
Debugging
Quick Evaluate Expression
Option + F8
Debugging
Evaluate Expression
Command + F8
Debugging
Toggle Breakpoint
Command + Shift + F8
Debugging
View Breakpoints
F9
Debugging
Resume Program
Option + Shift + F10
Compile and Run
Open Run Configuration
Option + Shift + F9
Compile and Run
Open Debug Configuration
Shift + F10
Compile and Run
Run
Shift + F9
Compile and Run
Debug
Command + Option + R
Compile and Run
Run Rake Task
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