I am looking for a keyboard short-cut to complete creating the default accessors for a property in a C# class.
Something like...
I start typing:
public int Id
Then I press one or more keys, and I endup with:
public int Id { get; set; }
|
I am looking for a keyboard short-cut to complete creating the default accessors for a property in a C# class. Something like...
Then I press one or more keys, and I endup with:
|
|||
|
|
|
The shortcut is the trigger "prop":
and you end up with:
|
||||
|
|
You could also create a custom snippet:
|
|||
|
|
|
Try with
|
||||
|
|