I have seen some people creating properties in C# really fast, but how did they do it?
What shortcuts are available in Visual Studio (currently using Visual Stu
Go to
Tools >> Options >> Text Editor >> C# >> IntelliSense
Under the Snippets behaviour section:
Make sure "Always include snippets" is selected.
I hope it works for you too.