Creating a Live Template from Source Code
ReSharper_BuildTemplateFromSelection
With ReSharper, you can create live templates based on a fragment of your source code. ReSharper automatically converts some fields into template parameters.
To create a live template from a code fragment
- In the editor, select a block of code to create a template from.
- On the main menu, choose .
-
In the
Select Fields and Context for New Template
dialog box that appears, ReSharper suggests a draft for a new template
and automatically converts some fields into template parameters:
- If the template parameters section contains any entries, you can check where they are used and what they replace in the Template text area.
- If you think that some parameters are unnecessary, you can deselect them so that the original code is used instead. As you select or deselect parameters, the Template text view changes accordingly. If you are unsure whether to use the suggested template parameters or not, study the Template Parameters section. Also, you will be able to introduce other parameters into the created template in the next steps.
- In the Context drop-down list, select the scope where the new template will be applicable.
- Click Create and Edit.
- The new template will be opened in the Template Editor so you can proceed with its creation as described in the Creating a Template section.
This feature is supported in the following languages/technologies:
C# | VB.NET | C++ | HTML | ASPX | Razor | JavaScript | TypeScript | CSS | XML | XAML | RESX | Build Scripts | Protobuf | JSON |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by Language section.
See Also
Last modified: 19 August 2016