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 67e506c commit 20149cfCopy full SHA for 20149cf
UltiSnips/python.snippets
@@ -138,7 +138,7 @@ def format_arg(arg, style):
138
elif style == NORMAL:
139
return ":%s: TODO" % arg
140
elif style == GOOGLE:
141
- return "%s (TODO): TODO" % arg
+ return "%s (%s): TODO" % (arg, arg.type or "TODO")
142
elif style == JEDI:
143
return ":type %s: TODO" % arg
144
elif style == NUMPY:
0 commit comments