Pycharm Tips & Tricks

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<<-- PYCHARM -->>

1. Create a shortcut to clear the Run pane:


Settings-> search "Clear All" -> RC to add shortcut (Ctr+\)
2. Set editor width
Setting-> Code Style -> Hard wrap at...
3. Set pycharm interface appearance:
Settings-> Appearance & Behavior-> Appearance-> Theme [High contrast]
4. Set editor Font/theme:
Settings-> Editor-> Font [JetBrains Mono, 18]
-> Editor-> General-> Scheme [Monokai]
5. numpy 19.4 issue --> settings/project/project interpreter/numpy 19.4 -->
click "-" to remove --> click "+" and search for "numpy" and select version
number
6. Create a shortcut to create a new python file:
Settings-> search "keymap" -> sub-search "python file" -> Ctr+Alt+\

You might also like