Predefined File Templates for TypeScript
This topic lists all predefined file templates for TypeScript in ReSharper 2021.2. For more information about file templates, see Create files from templates
Template | Details |
---|
TypeScript Class
| TypeScript Class Scope Projects with TypeScript Body class $CLASS$ {$END$} Parameters CLASS - Evaluates current file name without extension with all non-alphanumeric replaced with underscores (getAlphaNumericFileNameWithoutExtension)
END - The caret position after the template is applied.
|
TypeScript Empty File
| TypeScript Empty File Scope Projects with TypeScript Body $END$ Parameters |
TSX Empty File
| TSX Empty File Scope Projects with TypeScript Body $END$ Parameters |
TypeScript Interface
| TypeScript Interface Scope Projects with TypeScript Body interface $IFACE$ {$END$} Parameters IFACE - Evaluates current file name without extension with all non-alphanumeric replaced with underscores (getAlphaNumericFileNameWithoutExtension)
END - The caret position after the template is applied.
|
TypeScript Module
| TypeScript Module Scope Projects with TypeScript Body module $MODULE$ {$END$} Parameters MODULE - Evaluates current file name without extension with all non-alphanumeric replaced with underscores (getAlphaNumericFileNameWithoutExtension)
END - The caret position after the template is applied.
|
Last modified: 21 October 2021