ReSharper 2024.1 Help

Predefined File Templates for TypeScript

This topic lists all predefined file templates for TypeScript in ReSharper 2024.1. For more information about file templates, refer to Create files from templates.

Template

Details

TypeScript Class

TypeScript Class

Scope Projects with TypeScript

Body

class $CLASS$ {$END$}

Parameters

  • CLASS - Evaluates to the current file name without extension and with all non-alphanumeric characters replaced with underscores

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

TypeScript Empty File

TypeScript Empty File

Scope Projects with TypeScript

Body

$END$

Parameters

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

TSX Empty File

TSX Empty File

Scope Projects with TypeScript

Body

$END$

Parameters

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

TypeScript Interface

TypeScript Interface

Scope Projects with TypeScript

Body

interface $IFACE$ {$END$}

Parameters

  • IFACE - Evaluates to the current file name without extension and with all non-alphanumeric characters replaced with underscores

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

TypeScript Module

TypeScript Module

Scope Projects with TypeScript

Body

module $MODULE$ {$END$}

Parameters

  • MODULE - Evaluates to the current file name without extension and with all non-alphanumeric characters replaced with underscores

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

Last modified: 11 April 2024