Visual Studio INotifyPropertyChanged Snippet
I just made my first Visual Studio snippet. It’s really easy.
There’s a consensus developing that says dependency properties are usually too heavyweight and people are using INotifyPropertyChanged instead. I miss the snippet that creates a dependency property, so I made a similar snippet for INotifyPropertyChanged. You can download the code here.
To make a snippet, just go to Tools / Code Snippets Manager and find a snippet to start with. I started with the “Define a Dependency Property” snippet since I was doing almost the same thing. The Snippets Manager will tell you where that file is:


