LoginSignup
3
2

More than 3 years have passed since last update.

PHP Storm Tips

Last updated at Posted at 2019-07-23

PHP Stormで役立つコマンド集

見つけたらどんどん追記する。Macで想定。

なんでも検索

shift + shift

最後に編集した部分へ飛ぶ

command + shift + del

選択した部分を一気に大文字<=>小文字に変換

command + shuft + u

セミコロンとか、配列の閉じタグとかを勝手に入力させる

command + shift + enter

Class名で検索

command + o

シンボル名で検索

option + command + o

ファイル名で検索

shift + command + o

アクション名で検索

shift + command + a

検索コンボ技

shift + shuft
を行って、
command + shift + [ or ]
をやると、タブ移動もできる。

画面左のプロジェクトに遷移

command + 1
プロジェクトにフォーカスされているときに実行すると閉じる

画面下に出てくるvertionコントローラーを表示

command + 9
もう一度実行すると閉じる

最近開いたファイル一覧モーダルを表示

command + e

最近編集したファイル一覧表示と編集箇所表示

command + shift + e

現在開いているファイルやterminalなどを行き来する

ctrl + tab

ターミナルに移動する

ctrl + tab + t

ctrl + tab で開いた項目の横に書いてあるアルファベットを ctrl + tab + d などのように
実行すると、そこに移動する

定義箇所へ移動

command + b

使用箇所一覧モーダルを表示

対象メソッドやクラスにフォーカスされた状態で、 command + b

ファイル内の特定の行へ飛ぶ

command + l => 行番号を入力

全体検索

command + shift + f

全体検索アンド置換

command + shift + r

sqlの整形

command + option + l

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