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.
1 parent b7540c3 commit 4d9d9c4Copy full SHA for 4d9d9c4
UltiSnips/all.snippets
@@ -100,4 +100,11 @@ snippet todo "TODO comment" bw
100
`!p snip.rv=get_comment_format()[0]` ${2:TODO}: $0${3: <${4:`!v strftime('%d-%m-%y')`}${5:, `!v g:snips_author`}>} `!p snip.rv=get_comment_format()[2]`
101
endsnippet
102
103
+##########
104
+# Misc #
105
106
+snippet uuid "Random UUID" w
107
+`!p if not snip.c: import uuid; snip.rv = uuid.uuid4()`
108
+endsnippet
109
+
110
# vim:ft=snippets:
0 commit comments