Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: function_docstring
|
||||
# key: fd
|
||||
# group: definitions
|
||||
# --
|
||||
def ${1:name}($2):
|
||||
\"\"\"$3
|
||||
${2:$(python-args-to-docstring)}
|
||||
\"\"\"
|
||||
$0
|
Reference in New Issue
Block a user