LoginSignup
6
3

More than 3 years have passed since last update.

PhpStorm pstorm コマンドでターミナルからプロジェクトを開く

Posted at

PhpStorm をインストールすると pstorm コマンドも一緒にインストールされていました。(今日知った)

$ which pstorm
/usr/local/bin/pstorm
$ pstorm <プロジェクトのパス>

でプロジェクトを開くことができます。
カレントディレクトリのプロジェクトを開く場合は下記のコマンドで開きます。

$ pstorm .

参考

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