Skip to content

Instantly share code, notes, and snippets.

@shubhamagarwal92
Last active January 29, 2020 15:27
Show Gist options
  • Save shubhamagarwal92/47d8d5ffa5793a8430dd9b389d9f33f5 to your computer and use it in GitHub Desktop.
Save shubhamagarwal92/47d8d5ffa5793a8430dd9b389d9f33f5 to your computer and use it in GitHub Desktop.
Pycharm important basic (Mac OS)
1. To see the method declaration => cmd + Click / cmd + alt + right
2. To go back after 1. => cmd + alt + left
3. To change these settings => Pycharm -> Preferences -> Keymap -> Main menu -> Navigate -> Back/Forward
4. To change the Python Interpreter => Pycharm -> Preferences -> Project:XYZ -> Project Interpreter
# https://www.jetbrains.com/help/pycharm/reformat-and-rearrange-code.html
5. Formatting indentation => select code and opt+command+L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment