File & Editing 14
Ctrl+N
New File
Create new Python file.
Ctrl+O
Open File
Open existing file.
Ctrl+S
Save
Save current file.
Ctrl+Shift+S
Save As
Save file with new name.
Ctrl+W
Close File
Close current file.
Ctrl+Z
Undo
Undo last action.
Ctrl+Y
Redo
Redo undone action.
Ctrl+X
Cut
Cut selected text.
Ctrl+C
Copy
Copy selected text.
Ctrl+V
Paste
Paste clipboard content.
Ctrl+A
Select All
Select all text.
Ctrl+F
Find
Open find dialog.
Ctrl+H
Replace
Open find and replace dialog.
Ctrl+G
Go to Line
Jump to specific line number.
Code Execution 7
F5
Run File
Run current file.
F9
Run Selection
Run selected code in console.
Ctrl+Enter
Run Cell
Run current cell.
Shift+Enter
Run Cell & Advance
Run cell and move to next.
Alt+Enter
Run Cell & Insert
Run cell and insert new cell below.
Ctrl+Shift+F5
Debug File
Run file in debug mode.
Ctrl+F5
Run Clean
Remove console variables and run file.
Debugging 8
F12
Toggle Breakpoint
Set or remove breakpoint on current line.
Ctrl+F12
Conditional Breakpoint
Set conditional breakpoint.
Ctrl+Shift+F12
Clear All Breakpoints
Remove all breakpoints.
Ctrl+F10
Start Debug
Start debugging.
Ctrl+Shift+F10
Stop Debug
Stop debugging.
Ctrl+F11
Step Over
Execute code line by line (Step Over).
Ctrl+Shift+F11
Step Into
Step into function (Step Into).
Ctrl+F12
Continue
Continue execution to next breakpoint.
Code Editing 11
Ctrl+/
Toggle Comment
Comment or uncomment selected lines.
Tab
Indent
Indent selected lines.
Shift+Tab
Unindent
Unindent selected lines.
Ctrl+]
Indent
Indent code.
Ctrl+[
Unindent
Unindent code.
Ctrl+D
Delete Line
Delete current line.
Ctrl+Shift+D
Duplicate Line
Duplicate current line.
Ctrl+L
Select Line
Select entire current line.
Ctrl+Shift+Up/Down
Move Line
Move current line up/down.
Ctrl+Space
Auto-complete
Open code completion.
Ctrl+I
Inspect Object
Show object information.
Panels & Views 12
Ctrl+Shift+E
Editor
Focus editor panel.
Ctrl+Shift+I
IPython Console
Focus IPython console.
Ctrl+Shift+V
Variable Explorer
Open variable explorer.
Ctrl+Shift+F
File Explorer
Open file explorer.
Ctrl+Shift+H
Help
Open help panel.
Ctrl+Shift+P
Plots
Open plots panel.
Ctrl+Shift+C
History
Open command history.
Ctrl+Shift+X
Close All Files
Close all open files.
Ctrl+Tab
Next Tab
Switch to next editor tab.
Ctrl+Shift+Tab
Previous Tab
Switch to previous editor tab.
Ctrl+F4
Close Tab
Close current tab.
F11
Full Screen
Toggle fullscreen mode.
Search & Navigation 7
Ctrl+P
File Search
Search for files in project.
Ctrl+Shift+P
Symbol Search
Search for symbols in current file.
Ctrl+G
Go to Line
Jump to specific line.
Ctrl+Alt+Left
Go Back
Navigate to previous location.
Ctrl+Alt+Right
Go Forward
Navigate to next location.
F3
Find Next
Go to next search result.
Shift+F3
Find Previous
Go to previous search result.
No shortcuts found