user648929
user648929

Reputation: 144

PhpStorm File open issue

I new to using PhpStorm, I am trying to figure out 2 things which are giving me issues:

  1. When i have the phpstorm already open and i use windows explorer to open a php file i get a cannot find file error. If I close PhpStorm and try to open, it works fine. Any reason why it happens do I need to change any settings?

  2. How do I view projects I created using phpstorm any feature similar to eclipse so I can switch and back between multiple projects.

Thanks in advance.

Upvotes: 2

Views: 3299

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401975

  1. It's a bug.
  2. PhpStorm doesn't have workspaces concept, File | Reopen recent project is what you can use now.

Upvotes: 1

Related Questions