Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does PhpStorm store the Local History?

Tags:

phpstorm

PhpStorm keeps a Local History of all the files.

Does anyone know where these files are stored?

like image 706
elipoultorak Avatar asked May 27 '15 11:05

elipoultorak


1 Answers

Local History is stored together with other index/cache files -- you will not be able to read it yourself if you wanted to copy/back up it separately -- it's linked to your current files and will get removed if you use File | Invalidate Caches.. for example.

Exact location varies on OS: Directories used by the IDE to store settings, caches, plugins and logs.

On Windows 7 for PhpStorm v8 it will typically be in C:\Users\USERNAME\.WebIde80\system\LocalHistory folder.

like image 103
LazyOne Avatar answered Nov 03 '22 02:11

LazyOne