crilleengvall / LitiumVSItemTemplates

Adds templates to Visual Studio for different Litium specific classes. This speeds up the creation of for example a Service, ServiceDecorator, ValidationRule, ViewController and BlockController.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Litium Visual studio Item Templates

LitiumVSItemTemplates

Adds templates to Visual Studio for different Litium specific classes. This speeds up the creation of for example a Service, ServiceDecorator, ValidationRule, ViewController and BlockController.

In the case of creating a Service, as in the gif above, the generated class will have the correct attribute already added.

Tested in VS2019, VS2022, Litium 7 and 8.

Installation

  1. Download the latest release.
  2. Extract the package in C:\Users\<username>\Documents\Visual Studio <Version>\Templates\ItemTemplates\Visual C#

Replace <username> with your username, and <Version> with your version of VS. Have a look at the example screenshot below how the installed templates looks on my machine.

  1. Restart Visual Studio.

Explorer

About

Adds templates to Visual Studio for different Litium specific classes. This speeds up the creation of for example a Service, ServiceDecorator, ValidationRule, ViewController and BlockController.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%