Learn how to format code in Visual Studio using shortcuts, Code Cleanup, and EditorConfig for cleaner, consistent code.
As near as I can tell, very few developers create their own Visual Studio code snippets. There's a reason for that: the XML you have to wrap around code snippet is a real pain to write. Fortunately, ...