1
0

PhpStormの便利なショートカットキー(個人メモ)

Posted at

全体
https://pleiades.io/sites/willbrains.jp/keymap/pdf/shortcut_intellij_mac.pdf

PSR1/PSR2に従って整形
[PhpStorm]-[Preferences]-[Editor]-[Code Style]-[PHP] [PSR1/PSR2]を選択

コード整形
Command + option + L

最近開いたファイル履歴
Command + E

定義元にジャンプ
Command + B
または
Command + Click

行番号を指定して移動
Command + l

ファイルやクラス検索
shift2回

TODOを開く
Command + 6

現在の行削除
Command + Del

現在の行をコピーして下の行に挿入
Command + D

新規ファイル作成windowが開く
Command + n

EditorからTerminalに移動
[PhpStorm]-[Preferences]-[Keymap]-[外部ウィンドウ]-[Command + T]

ファイル移動
Fn + F6

php anotattion
rainbow brankets (カッコが色付きになる)
code glance (コード全体を小さく右上に表示する)
Help > Change Memory Setting
memory size : 2GB -> 4GB
php debug port 9072
PhpStorm > Preferences > Languages & Frameworks > PHP > Debug
Xdebug > debug port を 9072

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0