1 2 3 4 5 6
# -*- mode: snippet -*- # name: Property # key: prop # condition: t # -- public ${1:int} ${2:property} { get; set; }$0