Skip to content

Commit

Permalink
Update Pycharm_WSL_Anaconda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri authored Nov 22, 2023
1 parent fd26b3b commit b7ce6c1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions Dev workflow/Pycharm_WSL_Anaconda.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,41 @@ In the main menu, select Tools | Deployment | Automatic upload. Note that automa
# Run configuration :
- you can choose by editing the configuration template of python and pytest to select a default working directory for all your scripts
- Run pytest just by right clicking on a function bloc, file, or folder !


## pycharm personal shortcuts :
- alt+p : press the blue button

- project panel : alt+1
- strucutre panel : alt+2

ssh & remote
- remote host panel : alt+3
- file transfer panel : alt+4

terminal
- terminal panel : alt + T
- new terminal : alt maj T

git
- commit : ctrl + K
- commit panel : alt + k
- Git panel : alt + g
- git menu : alt+f then alt+g
- git emoji : alt+k then alt+ctrl+g


run/debug :
- debug : maj + F9
- debug panel : alt+9

- run maj +F10
- run panel: alt+ 0

manipulations :
- find : ctrl + F
- jump to line : ctrl+g
- rename : alt+r then select 2nd option (rename)
- refactor : alt+r then select 1st option (refactor) better than 4 presses of keys : ctrl alt maj T


0 comments on commit b7ce6c1

Please sign in to comment.