All hotkeys for JetBrains PyCharm (MacOS)
General ShortcutsOpen Corresponding Tool Window |
Command + 0..9 |
General ShortcutsSave All |
Command + S |
General ShortcutsSynchronize |
Command + Option + Y |
General ShortcutsToggle Maximize Editor |
Command + Shift + F12 |
General ShortcutsSwitch Editor Tabs and IDE Tool Windows |
Command + Tab |
General ShortcutsOpen Setting Dialog |
Command + , |
General ShortcutsClose Current Active Tab |
Command + W |
General ShortcutsQuick Switch Current Scheme |
Command + ` |
General ShortcutsAdd to Favourites |
Option + Shift + F |
General ShortcutsInspect Current file with Current file |
Option + Shift + I |
Find and ReplaceFind |
Command + F |
Find and ReplaceReplace |
Command + R |
Find and ReplaceFind Next |
Command + G |
Find and ReplaceFind Previous |
Command + Shift + G |
Find and ReplaceFind in Path |
Command + Shift + F |
Find and ReplaceReplace in Path |
Command + Shift + R |
Editing ShortcutsBasic Code Completion |
Ctrl + Spacebar |
Editing ShortcutsComplete Current Statement |
Command + Shift + Enter |
Editing ShortcutsClass name completion |
Ctrl + Option + Spacebar |
Editing ShortcutsQuick Documentation Lookup |
Ctrl + J |
Editing ShortcutsBrief Info |
Command + Mouse Over |
Editing ShortcutsComplete Statement |
Command + Shift + Enter |
Editing ShortcutsParameter Information |
Command + P |
Editing ShortcutsOverride Methods |
Ctrl + O |
Editing ShortcutsGenerate Code |
Command + N |
Editing ShortcutsMove Line(Selection) Up/Down |
Option + Shift + Up Arrow / Down Arrow |
Editing ShortcutsSurround With..(Begin..End etc.) |
Command + Option + T |
Editing ShortcutsComment/Uncomment with Line Comment |
Command + / |
Editing ShortcutsComment/Uncomment with Block Comment |
Command + Option + / |
Editing ShortcutsShow Description of Error or Warning at Caret |
Command + F1 |
Editing ShortcutsIndent Selected Lines |
Tab |
Editing ShortcutsUnindent Selected Lines |
Shift + Tab |
Editing ShortcutsShow Intention Actions and Quick Fixes |
Option + Enter |
Editing ShortcutsClose Active Editor Tab |
Command + F4 |
Editing ShortcutsReformat Code |
Command + Option + L |
Editing ShortcutsDuplicate Current Line |
Command + D |
Editing ShortcutsCut/Copy/Paste Current line to Clipboard |
Command + X / Command + C / Command + V |
Editing ShortcutsPaste from Buffer |
Command + Shift + V |
Editing ShortcutsAutoIndent Lines |
Command + Option + I |
Editing ShortcutsDelete line at caret |
Command + Y |
Editing ShortcutsStart New line |
Shift + Enter |
Editing ShortcutsShow Intention Actions/Quick-Fixes |
Option + Enter |
Editing ShortcutsDecrease Current Selection to Previous State |
Option + Down Arrow |
Editing ShortcutsSelect Successively Incresing Code blocks |
Option + Up Arrow |
Editing ShortcutsSmart line Join |
Ctrl + Shift + J |
Editing ShortcutsSmart line Split |
Command + Enter |
Editing ShortcutsExpand All |
Command + Shift + + |
Editing ShortcutsCollapse All |
Command + Shift + - |
Editing ShortcutsExpand/Collapse Code block |
Command + + / Command + - |
Editing ShortcutsDelete to end word |
Command + Del |
Editing ShortcutsDelete to word start |
Command + Backspace |
Editing ShortcutsSelect till code block end |
Command + Shift + Option + ] |
Editing ShortcutsSelect till code block start |
Command + Shift + Option + [ |
Editing ShortcutsToggle Carnel/Snake Case |
Shift + Option + U |
Editing ShortcutsSwitch case for Word at Caret or Selected block |
Command + Shift + U |
RefactoringCopy |
F5 |
RefactoringMove |
F6 |
RefactoringSafe Delete |
Command + Del |
RefactoringRename |
Shift + F6 |
RefactoringInline |
Command + Option + N |
RefactoringChange Signature |
Command + F6 |
RefactoringExtract Method |
Command + Option + M |
RefactoringIntroduce Field |
Command + Option + F |
RefactoringIntroduce parameter |
Command + Option + P |
RefactoringIntroduce Constant |
Command + Option + C |
RefactoringIntroduce Variable |
Command + Option + V |
Navigation ShortcutsGo to Class |
Command + N |
Navigation ShortcutsGo to File |
Command + Shift + N |
Navigation ShortcutsGo to Symbol |
Command + Option + Shift + N |
Navigation ShortcutsNext highlighted Error |
F2 |
Navigation ShortcutsPrevious highlighted Error |
Shift + F2 |
Navigation ShortcutsGo to Editor |
Esc |
Navigation ShortcutsHide Active/Last Active Window |
Shift + Esc |
Navigation ShortcutsGo to Top of Page |
Command + PgUp |
Navigation ShortcutsGo to Bottom of Page |
Command + PgDn |
Navigation ShortcutsGo to Line |
Command + G |
Navigation ShortcutsRecent files Popup |
Command + E |
Navigation ShortcutsSelect current file/Symbol in any View |
Option + F1 |
Navigation ShortcutsGo to Next/Previous Tab |
Ctrl + Left Arrow / Ctrl + Right Arrow |
Navigation ShortcutsGo to Declaration |
Command + B |
Navigation ShortcutsGo to Type Declaration |
Ctrl + Shift + B |
Navigation ShortcutsNavigate back/forward |
Command + Option + Left Arrow / Command + Option + Right Arrow |
Navigation ShortcutsGo to last edit location |
Command + Shift + Backspace |
Navigation ShortcutsGo to super method/super class |
Command + U |
Navigation ShortcutsType Hierarchy |
Ctrl + H |
Navigation ShortcutsMethod Hierarchy |
Command + Shift + H |
Navigation ShortcutsCall Hierarchy |
Ctrl + Option + H |
Navigation ShortcutsToggle Bookmark |
F11 |
Navigation ShortcutsToggle Bookmark with Mnemonic |
Command + F11 |
Navigation ShortcutsShow Bookmarks |
Shift + F11 |
Navigation ShortcutsGo to Numbered Bookmark |
Ctrl + 0..9 |
Navigation ShortcutsShow Navigation bar |
Option + Home |
Navigation ShortcutsView Source |
F4 |
Navigation ShortcutsShow Diagram |
Command + Shift + Option + U |
Navigation ShortcutsFile Structure Popup |
Command + F12 |
Navigation ShortcutsMove to code block end/start |
Command + ] / Command + [ |
Navigation ShortcutsGo to Previous/Next Method |
Ctrl + Up Arrow / Ctrl + Down Arrow |
Navigation ShortcutsOpen Quick Definition Lookup |
Command + Shift + I |
DebuggingRun to Cursor |
Option + F9 |
DebuggingStep Out |
Shift + F8 |
DebuggingStep Over |
F8 |
DebuggingStep Into |
F7 |
DebuggingQuick Evaluate Expression |
Command + Option + F8 |
DebuggingEvaluate Expression |
Option + F8 |
DebuggingToggle Breakpoint |
Command + F8 |
DebuggingView Breakpoints |
Command + Shift + F8 |
DebuggingResume Program |
F9 |
Compile and RunOpen Run Configuration |
Option + Shift + F10 |
Compile and RunOpen Debug Configuration |
Option + Shift + F9 |
Compile and RunRun |
Shift + F10 |
Compile and RunDebug |
Shift + F9 |
Compile and RunRun Rake Task |
Command + Option + R |
Usage SearchFind Usage in File |
Command + F7 |
Usage SearchFind Usage |
Option + F7 |
Usage SearchHighlight Usage in File |
Command + Shift + F7 |
Usage SearchShow Usage |
Command + Option + F7 |
VCS/Local HistoryCommit Project to VCS |
Command + K |
VCS/Local HistoryUpdate Project from VCS |
Command + T |
VCS/Local HistoryView Recent Changes |
Option + Shift + C |
VCS/Local HistoryVCS Operations Popup |
Ctrl + V |
Live TemplatesInsert Live Template |
Command + J |
Live TemplatesSurround with Live Template |
Command + Option + J |