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