PyCharm
Installation
Installation file can be downloaded from this link.
Use following commands to install using
tar.gzfile:
sh
# Extract the contents to /opt directory (recommended)
sudo tar xzf pycharm-community-*.tar.gz -C /opt/
# Create a command shortcut to launch the App
sudo ln -s /opt/pycharm-community-*/bin/pycharm.sh /usr/local/bin/pycharm
# Remove file after installation
rm pycharm-community-*.tar.gzShortcut Keys Changes
- Toggle Terminal ->
⌃`- Open
Actionssearch by using⌃⇧ashortcut. - Search for
Terminaland change its shortcut by pressing⌥↵shortcut and selecting⌃`as the new shortcut. (ChooseRemovewhen prompted) - Now search for
Quick Switch Schemeand change its shortcut by pressing⌥↵shortcut and selecting⌥⇧;as the new shortcut.
- Open
Settings
- Open settings by using
⌃⌥sshortcut on Linux. - Choose
Appearance,Editor Font,Code Style,Toolsbased on the computer screen specifications.- Appearance -> Theme, Color Scheme, No custom font, No Compact mode, Show Indent Guides, Show tool window bars, Widescreen tool window layout, Remember size for each tool window, Auto Save if the IDE is idle for 15 seconds, Disable "Send Usage Statistics", region, Update plugins automatically, Use Rose for Non-project files.
- Editor -> Remove trailing blank lines at the end of saved files, Ensure every saved file ends with a line break, Fira Code font, Font size 13, Line height 1.2, Enable Ligatures, Fallback Font: JetBrains Mono.
- For code style, download this XML file and import it.
- Tools -> Actions on Save (Reformat code, Optimize imports, Run Black (you may need to install and configure it)).
- Select the docstring format by going to
Tools -> Python Integrated Toolsand change format toGoogle.
Extensions
- Atom Material Icons
App Shortcut on Fedora (Linux)
Refer this document to create an App Shortcut.
