🔥 PyCharm Popular Shortcuts
Master PyCharm's powerful shortcuts to dramatically improve your entire development workflow from writing Python code to debugging and refactoring. You'll be able to quickly access the IDE's rich features and drastically boost your productivity.
TOP 1
Ctrl+Shift+A
Find action
Search and execute any IDE action.
🎯 Universal shortcut to instantly search and execute any IDE feature
💡 Hint: Action
TOP 2
Ctrl+Shift+N
Go to file
Search and navigate to a file in the project.
🎯 Jump to any file in your project instantly
💡 Hint: Navigate to file
TOP 3
Alt+Enter
Show intention actions
Show available intention actions and quick fixes.
🎯 Quickly apply error fixes and code improvement suggestions
💡 Hint: Enter to fix
TOP 4
Shift+F6
Rename
Safely rename a symbol across the entire project.
🎯 Safely rename variables and functions across the entire project
💡 Hint: F6 to rename
TOP 5
Ctrl+Alt+L
Reformat code
Reformat code according to code style settings.
🎯 Automatically format code to improve readability
💡 Hint: Layout
TOP 6
Shift+F10
Run
Runs the current file or project.
🎯 Quickly run the current script or project
💡 Hint: F10 to Run
TOP 7
Shift+F9
Debug
Runs the current file or project in debug mode.
🎯 Start efficient debugging with breakpoints
💡 Hint: F9 to Debug
TOP 8
Alt+F7
Find usages
Find all usages of the selected symbol across the project.
🎯 Instantly see where variables and functions are used
💡 Hint: F7 for usages
TOP 9
Ctrl+B
Go to declaration
Navigate to the declaration of a symbol.
🎯 Navigate to function or class definitions with one click
💡 Hint: Base declaration
TOP 10
Ctrl+Space
Basic code completion
Show basic code completion suggestions.
🎯 Efficiently complete variable and method names to prevent typos
💡 Hint: Space for completion