How do I transfer user live templates from Resharper 5.1 to 7.0?
My company recently upgraded to Resharper 7.0 from 5.1. How do I transfer user live templates from Resharper 5.1 to 7.0?
I found templates in %AppData%\JetBrains\ReSharper\v5.1\vs10.0\UserSettings.xml. I saw that resharper has ability to import from xml, but it doesn't work for me.
Viktar
Please sign in to leave a comment.
Hello Vitkar
Could you please attach your UserSettings.xml file or send it to andrew dot serebryansky at jetbrains dot com? Thank you!
Andrey Serebryansky
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
See attached file.
I actually found a way how to do import live templates myself. I created new xml file as following:
<TemplatesExport family="Live Templates">
<!-- Copy paste Template nodes from UserSettings.xml -->
</TemplatesExport>
For surrond templates I used:
<TemplatesExport family="Surround Templates">
<!-- Copy paste surround Template nodes from UserSettings.xml -->
</TemplatesExport>
Let me know if there is a simplier way to do this.
Viktar
Attachment(s):
UserSettings.xml