Top PyCharm Shortcuts on Windows
Speed up your workflow with these essential PyCharm shortcuts for Windows. Printable cheat sheet included — learn the basics and power-user moves.
Last updated: --
Navigation
Search everywhere
Shift twice → quick file, action, symbol search.
Find file
Ctrl+Shift+N → open files by name.
Go to class/symbol
Ctrl+N / Ctrl+Alt+Shift+N
Navigate to recent files
Ctrl+E shows recent files; Ctrl+Shift+E recent edited files.
Editing
Duplicate line
Ctrl+D
Delete line
Ctrl+Y
Reformat code
Ctrl+Alt+L
Complete code
Ctrl+Space
Surround with
Ctrl+Alt+T
Refactoring & inspections
Rename
Shift+F6
Extract method/variable
Ctrl+Alt+M / Ctrl+Alt+V
Show intention actions
Alt+Enter
Quick fix problems
Alt+Enter on a highlighted issue
Run & Debug
Run
Shift+F10
Debug
Shift+F9
Step over / into / out
F8 / F7 / Shift+F8
Toggle breakpoint
Ctrl+F8
Productivity tips
Open terminal
Alt+F12
Find in path
Ctrl+Shift+F
Recent changes
Ctrl+Shift+A → Find Action
Split editor
Right-click tab → Split or Ctrl+Alt+Shift+←/→
Printable cheat sheet
Use your browser's print to create a compact reference. Save or print this page for quick access.