# -*- mode: snippet -*- # name: cpp-getter # key: -getter # -- ${$1 get_`(current-kill 0)`} () const { return ${`(current-kill 0)`}; }