Custom VS Snippets11/20/2017
The 'copy-paste' task of developers has to be automatized. It is done by continuous improvement of languages, compilers, design patterns, libraries, packages, components, etc.
Having code templates is a bit of a different story. I have been using R# templates for a couple of years, and one can get really used to it.
Recently I have decided to plainly use Visual Studio, without the R#. One challenge I have is to move all my templates to VS snippets. I tend to use 6 snippets the most often:
- Argument validation
- Log informational message
- Log error message
- Create a test method
- Create test setup method
- Create test tear down method