How to reopen different set of last opened files.

Hello,
Working in PhpStorm 2016.2.1 I have to work on different parts of project(call it subproject).
Any subproject has it own set of file and I need to switch from one subproject to other, in other words I need to reopen different set of last opened files.
If there is such possibility?
I know “scopes” working, but seems they are for filtering of search only...

Thanks!

0
3 comments

Hi there,

Contexts: https://www.jetbrains.com/help/phpstorm/2017.1/switching-between-contexts.html?search=context

http://stackoverflow.com/a/35841826/783119

 

>I know “scopes” working, but seems they are for filtering of search only...

You can use scopes in Project View panel as well -- it will show only files that belong to that scope.

0
Avatar
Permanently deleted user

>>> You can use scopes in Project View panel as well -- it will show only files that belong to that scope.

Could you please clarify how to activate this function ?
0

>Could you please clarify how to activate this function ?

Just choose another scope instead of default "Project"

https://www.jetbrains.com/help/phpstorm/2017.1/project-tool-window.html#views

0

Please sign in to leave a comment.