Skip to content

Instantly share code, notes, and snippets.

@owen2
Created April 6, 2016 21:02
Show Gist options
  • Save owen2/7038e5f441e59328c80a0eec3d410cd3 to your computer and use it in GitHub Desktop.
Save owen2/7038e5f441e59328c80a0eec3d410cd3 to your computer and use it in GitHub Desktop.
Add [DisplayName] to C# properties
public\s([\w?]*)\s(\w*)\s{ get; set; }
[DisplayName("$2")]\r\n\t\tpublic $1 $2 { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment