backup and restore ALL resharper settings

2019-02-01 05:25发布

How can I backup and later restore (after a clean install) ALL resharper settings?

1条回答
等我变得足够好
2楼-- · 2019-02-01 06:02

On XP Resharper stores its settings in:
%userprofile%\Application Data\JetBrains\ReSharper\[R# Version]\[VS Version]

and of Vista/7:
%userprofile%\AppData\Roaming\JetBrains\ReSharper\[R# Version]\[VS Version]

where [R# Version] is the version of ReSharper installed (e.g. v4.5) and [VS Version] is your Visual Studio version (e.g. vs9.0).

Just copy all the files from that folder to backup, and put them back there to restore.

查看更多
登录 后发表回答