Where are the MVVM Light snippets?

Snippets are available on GitHub.

  • Download the code (upper right Clone or download button) and extract it.
  • Use the Visual Studio Code Snippet manager (from the "Tools" menu) to import the snippets located in the Installer/InstallItems/Snippets/CSharp folder of the extracted code.

For anyone else who didn't find C# snippets in the download specified in the accepted answer, you can download MVVM Light extension

  • for VS2015 (as well as for VS2013 and VS2012) from this link.
  • for VS2017 from this link.

This not only installs C# snippets for you, but also the relevant Project and Item templates.

The download works with the Community Edition of VS2015 too.