Skip to content

Instantly share code, notes, and snippets.

@hemenkapadia
Last active March 21, 2019 20:29
Show Gist options
  • Save hemenkapadia/466171235a286fff2e4fbce326cb1966 to your computer and use it in GitHub Desktop.
Save hemenkapadia/466171235a286fff2e4fbce326cb1966 to your computer and use it in GitHub Desktop.
[Pycharm Cheatsheet] A cheatsheet for pycharm shortcuts an tricks #cheatsheet

Pycharm Shortcuts Cheatsheet

List of important shortcuts for pycharm

Navigation

Ctrl + B                        Navigate to the definition to the term under the cursor
Ctrl + Alt + left arrow         Navigate back to last location in code

Search

> Search in code by name/text

Ctrl + N                        Search/Navigate to a Class by name
Ctrl + Shift + N                Search for file in project by name
Ctrl + Shift + Alt + N          Search for a Symbol by name
Ctrl + shift + A                Search everywhere for actions, settings etc.

> Search for IDE options/settings

Ctrl + Shift + F                Search all occurances of text in code/files specified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment