将 PhpStorm 移动到新的 Windows 配置文件

Moving PhpStorm to a new Windows profile

由于 Windows 配置文件存在问题,我需要将 PhpStorm 移动到新的配置文件。

执行此操作并保留所有项目、它们的设置以及 PhpStorm 中的设置的最佳方法是什么?

我要感谢 Lazyone,她的评论确实有效。根据她的评论:

Just copy IDE config files across intellij-support.jetbrains.com/hc/en-us/articles/… P.S. The path sometimes might be different if IDE installed using the Toolbox app. If you have IDE Settings Sync plugin -- it may also use a bit different path for actual local settings. It can be found in idea.log file (Help | Show Log in Explorer)

If you have moved your projects (e.g. was C:\Users\User1\Projects and now it's more generic/independent C:\projects) then you would need to use Open Folder to re-open them (I mean: so they are known to IDE and can be reopened from Recent list/appear on Welcome screen). If they were stored in the user-independent path already (not inside the user-specific profile folder) then no issues here.