Reset a phpStorm project
December 5th, 2011
No comments
I had a problem upgrading to phpStorm 3.0. Needed to kill the project data, for phpStorm to reset.
$> rm -rf .idea
to clear the project data.
Categories: Uncategorized