backup and restore ALL resharper settings

后端 未结 1 955
無奈伤痛
無奈伤痛 2020-12-24 08:34

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

相关标签:
1条回答
  • 2020-12-24 08:52

    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.

    0 讨论(0)
提交回复
热议问题