Reputation: 634
I'm using PHPStorm 10.0 now. Usually when I open PHPStorm, files that I opened last time will be there. But recently they are missing, so is navigation column. The option: Reopen last project on startup is always checked.
Please help. It is kind of annoying every time you need to remember what files you were working on.
Upvotes: 5
Views: 859
Reputation: 634
Delete {your project}\.idea\workspace.xml
, then restart PHPStorm. Got it from JetBrains support.
Upvotes: 7