ReSharper 2021.3 Help

Predefined Live Templates for Global Usage

ReSharper | Templates Explorer | Live Templates | Global

This topic lists all predefined live templates for Global in ReSharper 2021.3. 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)

This could be useful:

  • In string literals that contain references to the current context, that is Logger.LogError("Cannot find action ActionNameDerivedFromContext");

  • As an alternative to code completion where IntelliSense doesn't work properly - for example, in comments when documenting a member with a long name (see example below).

Before expansion

ReSharper: Live templates
Expansion options
ReSharper: Live templates

nguid

Insert new GUID

Scope everywhere

Body

$GUID$

Parameters

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

Before expansion

ReSharper: Live templates
After expansion
ReSharper: Live templates

Last modified: 07 April 2022