backup and restore ALL resharper settings

大兔子大兔子 提交于 2019-11-30 11:24:23

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/2175348/backup-and-restore-all-resharper-settings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!