Files
dotfiles/doom.d/snippets/csharp-mode/prop
oreodave a048ec2bb4 ~prop snippet name to mirror official snippet name
official snippet uses some weird c++ styling, not really good for c#.
Thus, reimplement with my own snippet
2019-08-27 17:29:35 +01:00

6 lines
134 B
Plaintext

# -*- mode: snippet -*-
# name: property ... ... { ... }
# key: prop
# condition: t
# --
public ${1:int} ${2:property} { get; set; }$0