Last active
January 29, 2020 15:27
-
-
Save shubhamagarwal92/47d8d5ffa5793a8430dd9b389d9f33f5 to your computer and use it in GitHub Desktop.
Pycharm important basic (Mac OS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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