if with standard value True
like in visual studio
This commit is contained in:
parent
2e497c5ab0
commit
8944f3b3db
@ -71,7 +71,7 @@ snippet simc
|
|||||||
}
|
}
|
||||||
# if condition
|
# if condition
|
||||||
snippet if
|
snippet if
|
||||||
if (${1}) {
|
if (${1:True}) {
|
||||||
${0}
|
${0}
|
||||||
}
|
}
|
||||||
snippet el
|
snippet el
|
||||||
|
Loading…
Reference in New Issue
Block a user