iwiwi 備忘録

学んだことを殴り書きます。自分向けのメモです。

PyCharmを使いこなしたい

  • shift 2回押し:search everywhere
  • alt+enter:警告が出ているところで修復(自動import、initでself.hogeにコピー)
  • command+shift+A:ランチャー的なモノ起動
  • F1:quick documentation
  • Shift+F1:external documentation(ブラウザ)
  • Command+B:定義に飛ぶ
  • Ctrl+Shift+R:実行

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


その他

  • live templatew を見ておくとよいかもしれない
  • Python console でスタート時に先に実行するスクリプトをかいとける
  • extraction 便利そう
  • ディレクトリのとこで右クリックして find in path
  • ソースコードを右クリックして find usages

www.youtube.com

www.youtube.com