Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 583 Bytes

File metadata and controls

36 lines (30 loc) · 583 Bytes

PyCharm IDE Shortcuts

 

Activities:

1. Download/Remove:

user@machine:~$ sudo snap install pycharm-community --classic # Download
user@machine:~$ sudo snap remove  pycharm-community           # Remove

2. Find the interpreters:

user@machine:~$ whereis python
~/anaconda/envs/<anyName>/bin/python 
~/anaconda/bin/python

 

Shortcuts:

1. Delete a line:

control + E

2. Duplicate a line:

control + D

3. Single-line comment/uncomment:

control + /