Zum Inhalt

PyCharm

Selected keyboard shortcuts

Keyboard shortcut Explanation
Alt+Enter Toggle menu to auto-import python object when selected by cursor
Ctrl+F Search in current file
Ctrl+Shift+F Global search
Ctrl+R Replace in current file
Ctrl+Shift+R Global replace
Ctrl+K Switch to commit window
Ctrl+S Make PyCharm save the file
Ctrl+Alt+S Open the settings

Live Templates

Especially for cases like Jinja2, where you use directive like {% include 'somefile.md' %}, it becomes handy to use live templates . It saves alot of time and makes development more fun.


Letztes Update: March 25, 2023
Erstellt: August 7, 2022