PhpStorm在哪里存储本地历史记录?

时间:2015-05-27 11:23:16

标签: phpstorm

PhpStorm保留所有文件的Local History

有谁知道这些文件的存储位置?

1 个答案:

答案 0 :(得分:5)

本地历史记录与其他索引/缓存文件一起存储 - 如果您想单独复制/备份本地历史记录,则无法自行阅读 - 它与您当前的文件相关联如果您使用File | Invalidate Caches..,则会被删除。

确切位置因操作系统而异:https://intellij-support.jetbrains.com/entries/23358108-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs

在Windows 7 for PhpStorm v8上,它通常位于C:\Users\USERNAME\.WebIde80\system\LocalHistory文件夹中。