PHPStorm使用方法

ショートカットキー

移動
キー 機能 備考
command + B 定義へ移動 変数、関数、クラス
command + option + B 実装先へ移動 インターフェース、抽象クラス
command + option + ← 移動元へ戻る
command + L 指定行へ移動
command + shift + [ 左タブへ移動
command + shift + ] 右タブへ移動
command + [ 上ブロックへ移動
command + ] 下ブロックへ移動
control + ↑ 上メソッドへ移動
control + ↓ 下メソッドへ移動
検索
キー 機能 備考
command + shift + O 指定した文字を含むファイル名を全表示 正規表現可
command + shift + F 指定した文字を使用しているテキストを全検索
option + F7 呼び出し元を検索
表示
キー 機能 備考
command + 7 メソッド一覧
command + shift + 「-」 折りたたみ
入力
キー 機能 備考
command + Delete 行削除
command + D カーソル行を下行に複写貼り付けして移動
option + shift + ↑ カーソル行を上行に移動
option + shift + ↓ カーソル行を下行に移動
option + option(継続) 短形選択
API

前の記事

GoogleMaps