Action | Shortcut | Use/Description |
---|---|---|
Comment Out | Ctrl + Shift + / | To Comment out a line or block of code |
View recent files | Ctrl + E | Select a recently opened file from the list. |
Show Context Actions | Alt + Enter | Quick-fixes for highlighted errors and warnings, intention actions for improving and optimizing your code. |
Navigate between code issues | F2 | Shift+F2 | Jump to the next or previous highlighted error. |
Run Program | Shift+F10 | To Run / Execute Program. |
Find Usages | Alt+F7 | Show all places where a code element is used across your project. |
Make Configuration and Run | Crtl+Shift+F10 | Creates a new configuration and runs the current file on screen. |
Close current file | Crtl+F4 | Closes currently open file in editor. |
Search Everywhere | Double Shift | Quickly find any file, action, class, symbol, tool window, or setting in PyCharm, in your project, and in the current Git repository.. |