1 2 3 4 5 6 7 8 9
# -*- mode: snippet -*- # name: method # key: method # uuid: method # condition: (not (sp-point-in-string-or-comment)) # -- ${1:void} ${2:name}($3) { $0 }