LoginSignup
12
12

More than 5 years have passed since last update.

PhpStorm私的メモ

Posted at

Gitでコミットする

command + k でコミットダイヤログ

Postfix completion

PhpStorm9からの機能。メールサーバーのPostfixは関係ない。

$user->isYoung().if

とかくと、

if ($user->isYoung()) {

}

と展開される。

使える用語は下記
https://plugins.jetbrains.com/plugin/7342?pr=

.if/.else/.var/.null/.notnull/.not/.for/.while
.arg/.cast/.new/.fori/.forr/.field/.par/.return
.switch/.throw/.assert/.synchronized/.instanceof

SearchEverywere

なんでも検索

Shift + Shift

コードフォーマット

Option + Command + l

Setter/Getterの生成、コンストラクタの生成

class 定義の中で Control + Enter 

Live Edit

chrome拡張入れるぽい。
細かいやり方わからん。要調査

Typo 無視

Option + Ener

定義場所へ移動

Command + b

もしくは、

Command + クリック

その他

  • spy.js 便利そう。
12
12
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
12
12