28
26

More than 5 years have passed since last update.

PhpStormの設定

Last updated at Posted at 2014-01-14

初期設定

IDEのカラースキーマを変更

[Preferences] - [Appearance] - [UI Options] - [Theme] - Darculaを選択

Editorのカラースキーマを変更

[Preferences] - [Editor] - [Colors & Fonts] - Monokaiを選択後、
Save As...で[My Monokai]で保存

Editorのフォントサイズを変更

[Preferences] - [Editor] - [Colors & Fonts] - [Font]で、
Size14
Line spacin: 1.0

Code Complete系の表示を速くする

[Preferences] - [Editor] - [Code Completion]で、
Autopopup documentation in (ms): 10
Autopopup in (ms): 10

行番号と改行を表示

[Preferences] - [Editor] - [Appearance]で、
Show line numbers
Show whitespaces
にチェック。

よく使うであろう機能

ステートメント補完

function Hogeで⇧⌘⏎

最近開いたファイル

⌘E

クラス名で検索

⌘O

ファイル名で検索

⌘⇧O

シンボル(変数名、メソッド名、定数名etc)で検索

⌘⌥O

行番号を指定して移動

⌘L

定義元へ移動

⌘B

選択

Alt + ↑ or Alt + ↓

コード整形

⌘⌥L
細かい設定は下記参照。
http://qiita.com/Vexus2/items/7adbf5c00ddd1e570f45

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