# -*- mode: snippet -*- # name: for # key: for # -- for (${1:int i = 0}; ${2:i < 10}; ${3:++i}) { $0 }