Pycharm

cel

  • integracja z django
  • przydatne skróty klawiszowe
  • debugowanie
  • testowanie
  • inne (vcs, klient db)

konfiguracja - przykład

 

Debugowanie

  • konsola
  • watch
  • stack frames

Testowanie

  • szybkie tworzenie testu
  • tdd
  • coverage
  • debugowanie
  • profiler

https://www.jetbrains.com/help/pycharm/2016.2/keyboard-shortcuts-you-cannot-miss.html

  • import optimalization : ctrl + alt + o
  • formatting : ctrl + alt + l (ubuntu conflict)
  • ctrl + shitft + alt + n
  • alt + enter (intentions)
  • ctrl  + q (quick docks)
  • alt + f4 (usage)
  • ctrl + b (declaration)
  • ctrl  + alt + left (going back)

cheatsheet

productive guide

Inne

  • bookmarks
  • language injection
  • live templates
  • rest client
  • vcs
  • db client

The End

Pycharm

By zqzak

Pycharm

  • 353