Alexandre Tranchant
Alexandre Tranchant

Reputation: 4551

How to open a project in read-only mode?

I manage a lot of similar projects with PhpStorm and it's easy to make changes to the wrong one.

I haven't the opportunity to manage file systems. Currently, I'm using git, and I'm always rolling back changes done on the wrong project. I don't lose data, but I'm still losing my time. It isn't a good enough solution.

Does anyone know if there is a way to open a project in PhpStorm in read-only mode?

Upvotes: 0

Views: 161

Answers (1)

Dmitrii
Dmitrii

Reputation: 3557

There's no such option in IDE at this moment. You can vote for a corresponding feature request at https://youtrack.jetbrains.com/issue/IDEABKL-4178 to increase its priority.

Upvotes: 3

Related Questions