Posts

Showing posts from December, 2021

PyCharm - useful shortcuts

Image
Here are listed useful PyCharm shortcuts, which I use very often. If you have some other favourite shortcuts, please put it in a comment. Find action Ctrl + Shift + A - find action View Alt + 1 - toggle tool window Project Alt + 7 - toggle tool window Structure Navigation Ctrl + MOUSE LB CLICK - go to clicked object definition / occurences Ctrl + Shift + RIGHT (Linux/Ubuntu) - navigate forward Ctrl + Alt + RIGHT (other OS) Ctrl + Shift + LEFT (Linux/Ubuntu) - navigate backwards Ctrl + Alt + LEFT (other OS) Ctrl + G - go to line Ctrl + N - finds a class by name Ctrl + Shift + N - finds a file by name or path Alt + RIGHT, Alt + LEFT - switch between tabs Alt + UP, Alt + DOWN - jump between functions in code Search / replace Ctrl + F - find string/regexp in file Ctrl + L - move to next occurrence Ctrl + Shift + L - move to previous occurrence Ctrl + R - re