Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.47 KB

File metadata and controls

29 lines (18 loc) · 1.47 KB

Visual Studio For Windows Code Snippets

This is simply personal collection of custom snippets I have created to make my life a little bit easier when working in Visual Studio 2019 for Windows. I'm primarily using VS4Mac these days, so this collection is a bit smaller than that one.


Adding Snippets to Visual Studio For Windows

Microsoft has some nice documentation on creating and adding snippets. Look for the heading, "To Add a Code Snippet to Visual Studio".

For convenience, here is a list of recommended steps:

  1. Open the snippets manager

    • Step 1
  2. Click "Add"

    • Step 2
  3. Select the DigiPugSnippets folder from this cloned repository, then click "Select Folder"

    • Step 3
  4. You should now see the DigiPugSnippets library included in your list of available snippets

    • Step 4

Maybe Someday...

To make it easier for others to consume these snippets, it would be awesome if I were to distribute them using some technique like this.

For now, I'm afraid you'll have to add them manually.