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