shredding
shredding

Reputation: 5601

PHPStorm unusable after crash

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.

Upvotes: 5

Views: 3201

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402543

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.

Upvotes: 13

Related Questions