Where are the MVVM Light snippets?

code-snippets, mvvm-light

Solution

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.

Problem

It seems that snippets of MVVM Light are not installed when we use Nuget to install MVVM Light Toolkit. Where can I find them ?

Original source