Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHPStorm unusable after crash

Tags:

phpstorm

Today PHPStorm crashed out of the blue during some Javascripting.

After restart, nothing works: I can't open preferences nor files.

Files are no longer associated with Editors:

enter image description here

I restarted my MAC and have reinstalled PHPStorm - no luck. Since the latter did remember my registration details, I assume I missed something on deleting PHPStorm.

I have absolutely no idea what to do now.

like image 228
shredding Avatar asked Dec 25 '12 14:12

shredding


1 Answers

Most likely configuration/plugins files are corrupted, you can delete or rename the following directories to start with the defaults:

  • Settings: ~/Library/Preferences/WebIde50
  • Caches: ~/Library/Caches/WebIde50
  • Plugins: ~/Library/Application Support/WebIde50

Other users with similar problems on another systems or with different IntelliJ IDEA platform based products can refer to this document to find the location of these folders on their system.

like image 132
CrazyCoder Avatar answered Nov 03 '22 01:11

CrazyCoder