ReSharper 2021.2 Help

Predefined Live Templates for Resx

ReSharper | Templates Explorer | Live Templates | Resx

This topic lists all predefined live templates for Resx in ReSharper 2021.2. For more information about live templates, see Create source code using live templates

Template

Details

ctx

Current file context

Scope everywhere

Body

$CTX$

Parameters

  • CTX- Provides list of items describing current context. This includes file name, containing type name, namespace name, etc. (context)

nguid

Insert new GUID

Scope everywhere

Body

$GUID$

Parameters

  • GUID- Generates new Globally Unique Identifier (GUID) (guid)

d

Create resource entry

Scope .resx roots

Body

<data name="$name$"> <value>$END$</value> </data>

Parameters

  • name- Suggest tag name used in current document (suggestTagName)

  • END- The caret position after the template is applied.

Before expansion

ReSharper: Live templates
After expansion
ReSharper: Live templates

Last modified: 21 October 2021