We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab935d7 commit baf82bdCopy full SHA for baf82bd
snippets/c++-mode/forr
@@ -0,0 +1,7 @@
1
+# -*- mode: snippet -*-
2
+# name: for range
3
+# key: forr
4
+# --
5
+for (${1:type} ${2:name} : ${3:containerName}) {
6
+ $0
7
+}
snippets/c++-mode/lambda
+# name: lambda
+# key: lambda
+[${1:capture clause}](${2:parameters}) {
0 commit comments