Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 692 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 692 Bytes

Various custom snippets

This repository contains some custom snippets (mostly Resharper ones)

Descriptions:

  • EmptyHtmlFile.FileTemplate.DotSettings - file template - creates empty file with default *.html extension
  • ExtensionMethod.DotSettings - code template - creates extension method
  • MockVariable.DotSettings - code template - creates Mock variable (mostly for Moq)
  • NewExceptionClass.DotSettings - code template - creates Exception class (derives from Exception)
  • NUnitTestClass.FileTemplate.DotSettings - file template - creates class file for unit tests (NUnit)
  • NUnitTestClassMethod.DotSettings - code template - creates method for unit tests (NUnit)