Predefined file templates
This topic lists all predefined file templates in JetBrains Rider 2021.3.
File templates are used to create one or more new files with predefined code, such as a type declaration, unit test, and so on. File templates have no shortcuts, they are identified by their descriptions. See Create files from templates for details.
Index of File Templates
Template | Description |
---|---|
C# | |
Create a new file containing an empty C# Class in the current project. | |
Create a new file containing an empty C# Interface in the current project. | |
Create a new file containing an empty C# Struct in the current project. | |
Create a new file in the current project containing an empty C# Enum. | |
Test Fixture | |
Razor MVC Partial View | |
Razor MVC View | |
Razor MVC View with Layout | |
VB.NET | |
Create a new file in the current project containing an empty VB.NET Class. | |
Create a new file in the current project containing an empty VB.NET Interface. | |
Create a new file in the current project containing an empty VB.NET Structure. | |
Create a new file in the current project containing an empty VB.NET Module. | |
Create a new file in the current project containing an empty VB.NET Enum. | |
XAML | |
Resource Dictionary | |
ASP.NET (C#) | |
Web form without master page | |
Web form with master page | |
Master page without base master page | |
Master page with base master page | |
Web control | |
MVC View Page with master page | |
MVC View Page without master page | |
MVC View UserControl | |
ASP.NET (VB) | |
Web form without master page | |
Web form with master page | |
Master page without base master page | |
Master page with base master page | |
Web control | |
MVC View Page with master page | |
MVC View Page without master page | |
MVC View UserControl | |
Razor (C#) | |
Razor MVC Partial View | |
Razor MVC View | |
Razor MVC View with Layout | |