4
4

More than 3 years have passed since last update.

Mac PhpStorm をクリーン削除して初期状態に戻す

Last updated at Posted at 2020-03-24

問題

日本語化したPhpStormを英語に戻せない問題が発生しました。
設定ファイルがどこかに残ってしまったのかなと思い綺麗にアンインストールしました。

手順

$ brew cask uninstall phpstorm

Homebrew で管理してない場合は普通にファイル削除

$ rm -rf /Applications/PhpStorm.app

PhpStormの設定ファイルを削除
macOSの場合は下記のディレクトリを削除すればokです。

$ rm -rf ~/Library/Application\ Support/PhpStorm*
$ rm -rf ~/Library/Preferences/PhpStorm*
$ rm -rf ~/Library/Caches/PhpStorm*
$ rm -rf ~/Library/Logs/PhpStorm*

PhpStorm を再インストールします。

$ brew cask install phpstorm

参考リンク

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