LoginSignup
3
7

More than 5 years have passed since last update.

PhpStormの使い方 便利/よく使う機能

Posted at

ローカルの2ファイルを比較する

1.プロジェクトビューでCtrl+クリックを使い、ファイルを2つ選択する。
2.右クリックメニューから[Compare Two Files]を選択する。

Git headとの差分

「9: Version Control」ナビゲーションを開く。
右クリック > Show Diff

Git 行ごとのコミット情報を見る

エディタ上で右クリック > Git > Annotate

既存ファイルの改行コードを一括で変更する

`1:Project (プロジェクトビュー)`で、変更したいファイル or ディレクトリを選ぶ。
ウィンドウメニュー > File > Line Separators → LS - Unix and OSX (\n)

phpstorm1.PNG

phpstorm2.PNG

git stash

別記事にまとめました

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