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.
2 parents 44fb0ce + 518d1bf commit 02c64a8Copy full SHA for 02c64a8
cc-mode/elseif
@@ -1,6 +1,6 @@
1
# -*- mode: snippet -*-
2
# name: elseif
3
# --
4
-else if {
+else if (${1:condition}) {
5
`%`$0
6
}
0 commit comments