LoginSignup
21
26

More than 5 years have passed since last update.

PhpStorm自分用ショートカット/コマンドメモ

Last updated at Posted at 2014-08-27

PhpStorm自分用ショートカット/コマンドメモ.md

PhpStormを使うのでメモ

画面分割

タブをクリックしてsplit
or
Window -> editorTabs -> split

真・最強コマンド

Serch Everywhere

shift 2回押し

Complete Current Statement

command + shift + enter

定義元へ移動
command + B

Recent Files

command + E

画面分割
Window => EditorTabs => Split~

便利な設定

行番号表示

Preferences > Editor > Appearance > Show line numbers

Live Templates (スニペット)

Preferences > Live Templates
command + J

クリップボード履歴からの張付け

command + Shift + V

Navigate Line

行番号を指定して移動
command + L

コードフォーマット

command + option + L
詳しくは
http://qiita.com/Vexus2/items/7adbf5c00ddd1e570f45

矩形選択

option + 範囲ドラッグ

ブロックコメントアウト

command + option + /

移動

command + ← 行頭
command + → 行末

option + ← or → 単語単位

置換

command + r

追加したもの

ctrl + command + → nextTab
ctrl + command + ← PreviousTab

参考サイト

Mac版PhpStormのキーボードショートカット
http://www.karakaram.com/phpstorm-keymap-mac

Vexus2
http://qiita.com/Vexus2

それPhpStormで出来るよ #phpstudy
http://www.slideshare.net/Vexus2/phpstorm-phpstudy

PHP最強IDE PhpStorm
http://e-days.info/2012/10/phpstorm/#n1

21
26
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
21
26