๐Ÿ“ฆ gopikrishna000 / templates-latest

๐Ÿ“„ for_auto.cpp ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12<snippet>
	<content><![CDATA[
for(${1:auto} &${2:x}: ${3:m}){
	${0}
}
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>fore</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<scope>source.c++</scope>
</snippet>