I'm trying to learn the MVVM design pattern, using MVVM Light. I've downloaded it, and installed it. I've created a new WPF app, using the MVVM Light template. Now I'm going through a tutorial I've found online on a blog. It mentions typing a string and hitting the tab key, in order to invoke the code snippet. What happens instead for me, is Intellisence puts in the namespace (the string of text is close to the namespace). So, from my point of view, the code snippets aren't working at all.
Bottom line: how do I determine if code snippets are working? What code snippets are available to me? I'm using VS 2010 Premium with SP1.
