LoginSignup
3
4

More than 5 years have passed since last update.

phpStormショートカットメモ

Last updated at Posted at 2016-11-17

自分がよく使うphpStormのショートカットメモ

検索系
shift 二回押し search everywhere
いろんなところを一気に検索する。具体的には下記のところをまとめて検索する
ファイル名
クラス名・メソッド名
PhpStormのウインドウや機能
設定(preference)の項目名
定数・変数・HTMLのID/クラス・CSSのセレクタ

command + F
開いているファイル内の検索
command + R
開いているファイル内の置換

command + shift + F
指定ディレクトリ内の検索

command + shift + R
指定プロジェクト内の置換

command + K
ソースのコミットウィンドウを開く

command + shift + K
pushのウィンドウを開く

command + shift + /
選択している部分のコメントアウト
htmlやコードの種別に判別してコメントアウトしてくれるので便利

control + option + I
選択部分の自動インデント

command + alt + L
コードフォーマット

command + n
Getter,Setter,PHPDocを挿入する

command + shift + e
直帰の編集ファイル一覧表示

alt + F7
メソッドが使われている場所を検索する

マウス
ホイールでドラック
column単位での選択

面倒くさがり屋だからというのもあるけど、
command + Kとcommand + shift + Kの組み合わせでのコミット & プッシュは楽で好き。

3
4
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
3
4