python: add TODO snippet
This commit is contained in:
parent
0e6529fbb0
commit
2675e55dc1
@ -14,6 +14,9 @@ if __name__ == '__main__':
|
|||||||
${1:main()}$0
|
${1:main()}$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet todo "TODO" !b
|
||||||
|
# TODO: ${1:description} (${2:author} `!v strftime("%d/%m/%y")`)
|
||||||
|
endsnippet
|
||||||
|
|
||||||
snippet for "for loop" !b
|
snippet for "for loop" !b
|
||||||
for ${1:item} in ${2:iterable}:
|
for ${1:item} in ${2:iterable}:
|
||||||
|
Loading…
Reference in New Issue
Block a user