Hotkeys and shortcuts for JetBrains PyCharm (Windows)

(Total 120)

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