4 | | Download the files and place them into:[[BR]] |
5 | | '''<My Documents>\Visual Studio 2010\Code Snippets\Visual C#\My Code Snippets[[BR]]''' |
6 | | When you load Visual Studio these should be available. |
| 3 | When you have checked out the sources you can point Visual Studio 2010 to the snippets location and have them included automatically. You can do this by going to Tools > Code Snippet Manager and from the languages drop down box choose "Visual C#". Then choose "Add..." and select the folder where you have checked out the snippets. |
| 4 | |
| 5 | If you don't have a working copy of the source you can download the files from the link above and place them into:[[BR]] |
| 6 | <My Documents>\Visual Studio 2010\Code Snippets\Visual C#\My Code Snippets[[BR]] |
| 7 | |
| 8 | Updating the code snippets usually doesn't require a restart of Visual Studio. They should be available immediately. |