if with standard value True

like in visual studio
This commit is contained in:
Gert 2015-03-24 11:59:59 +01:00
parent 2e497c5ab0
commit 8944f3b3db

View File

@ -71,7 +71,7 @@ snippet simc
}
# if condition
snippet if
if (${1}) {
if (${1:True}) {
${0}
}
snippet el