Reputation: 897
In Visual Studio there is a folder where snippets are stored:
c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC#\Snippets\1049\
Where is the folder where the ReSharper
snippets are stored?
Upvotes: 0
Views: 96
Reputation: 1930
ReSharper stores templates in its settings files. The settings file can be stored in a number of places, including per-project, per-solution, and machine-wide settings. The "Layer" dropdown on your second screenshot allows you to see/edit templates from a particular settings source. You can read more about ReSharper settings and where they are stored in Manage and share ReSharper settings.
Upvotes: 1