Resharper save template takes long time
It seems ReSharper stores all its templates in a single file. This in turn makes it inevitable to access the whole template file when editing or creating just a single template. On my machine it will takes about 5 seconds in order to save a template. Is it possible to save templates separately so that it's easy to share them and the speed to access them should be much much faster.
Please sign in to leave a comment.
Hello!
Thank you for contacting us.
There's tricky mechanism of storing ReSharper templates, here's correspondent help article - https://www.jetbrains.com/help/resharper/Templates__Template_Basics__Applicability_and_Storage_of_Templates.html.
TL;TR: templates are saved in ReSharper settings, which have different layers. You can create different templates in different settings layers as well as editing one template's fields in different layers. This mechanism helps you have a right set of templates for each solution, share templates with your team, import and export templates.
Thank you.