All Wing IDE Keyboard Shortcuts
Wing IDE is a Python-specific integrated development environment (IDE) designed for professional developers. It offers advanced features like intelligent refactoring, debugging, and code navigation. Mastering keyboard shortcuts in Wing IDE can streamline workflows and enhance productivity.
Official URL: https://wingware.com/
Navigation
Quick open file
⌘+P
Navigate back
Option+Left Arrow
Navigate forward
Option+Right Arrow
Go to definition
⌘+E
Editing
Toggle comment
⌘+/
Duplicate current line
⌘+D
Select current line
⌘+L
Undo last action
⌘+Z
Redo last undone action
⌘+Shift+Z
Debugging
Start debugging
F5
Stop debugging
Shift+F5
Step over
F6
Step into
F7
Resume execution
F8
Refactoring
Rename symbol
⌘+Shift+R
Extract method
⌘+Shift+E
Window Management
Close current tab
⌘+W
Reopen last closed tab
⌘+Shift+T
Switch to next tab
⌘+Tab
Switch to previous tab
⌘+Shift+Tab
Wing IDE
Additional information not available for this software.