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