Shortcut to generate different property snippets in Visual Studio






4.91/5 (8 votes)
Shortcut to generate different property snippets in Visual Studio
These may be familiar to you. But many of you may not know the shortcut mentioned in the 2nd point here :)
1. Simple property, type
prop
and press tab.
2. Simple property with backing field, type propfull
and press tab.
3. Simple property with private set, type propg
and press tab.
4. Dependency property, type propdp
and press tab.