Make cpp for snippet dynamic
This commit is contained in:
@@ -2,16 +2,6 @@
|
||||
|
||||
extends c
|
||||
|
||||
snippet for Range based
|
||||
for (${1:auto} ${2:value} : ${3:container}) {
|
||||
$0
|
||||
}
|
||||
|
||||
snippet for Index based
|
||||
for (${1:int} i = ${2:0}; i < ${3:count}; i++) {
|
||||
$0
|
||||
}
|
||||
|
||||
snippet namespace
|
||||
namespace ${1} {
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user