I work in phpstorm 2016.2.1 and in chrome. When updating the project page in chrome, I switch to phpstorm and he tries to show me where the open file is and switches to the folder in which it lies. I work with Laravel and when switching to phpstorm see the following picture in the directory tree:
This screen shows how after switching via alt+tab from chrome to phpstorm , it switched to the storage/framework/cache/c0 directory. Those. it shows me where the open page is stored in chrome, but it is taken from the cache and I don’t need this behavior from phpstorm at all. How to disable autonavigation to a folder after switching from chrome?

