๐Ÿ“ฆ gopikrishna000 / templates-latest

๐Ÿ“„ sort.cpp ยท 10 lines
1
2
3
4
5
6
7
8
9
10<snippet>
	<content><![CDATA[
sort(all(${1:arr}));
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>sort</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<scope>source.c++</scope>
</snippet>