23

It seems that snippets of MVVM Light are not installed when we use Nuget to install MVVM Light Toolkit.

Where can I find them ?

4

2 に答える 2

29

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.
于 2013-03-29T18:11:05.310 に答える
7

受け入れられた回答で指定されたダウンロードで C# スニペットが見つからなかった他の人は、MVVM Light 拡張機能をダウンロードできます

これにより、C# スニペットがインストールされるだけでなく、関連するプロジェクトおよびアイテム テンプレートもインストールされます。

ダウンロードは、VS2015 の Community Edition でも機能します。

于 2015-12-30T18:19:55.023 に答える