|
|
|
|
|
by blameless
4538 days ago
|
|
I've been using these for years in Visual Studio. My most commonly used one is "prop" which generates an automatic property in C#: "public string Name { get; set; }". I type "prop", then hit tab, string is selected and I can change it to any type I want, hit tab again, I can now change the name of the property, hit enter and I'm done Takes 1.5 seconds. |
|