Visual Studio code snippets for C#
are automatically imported into ReSharper as live templates.
That means you can invoke any code snippet by pressing Ctrl+J -
exactly the way you
apply live templates:
You can also use standard ReSharper tools to manage and edit imported code snippets.
To access the list of imported code snippets,
choose
ReSharper | Templates Explorer
on the main menu or press
Alt+R+P,
click the
Live Templates
tab in the
Templates Explorer
window, then choose
C#
scope
and
Imported Visual C# Snippets
category in this scope:
Note
If you edit an imported code snippet using ReSharper tools, the original Visual Studio snippet will stay intact as ReSharper works with imported copies of the snippets.
