Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
#name: param-comment
|
||||
#key: *@p
|
||||
#condition: (= (js2-node-type (js2-node-at-point)) js2-COMMENT)
|
||||
# --
|
||||
* @param {${type}} ${comment}.
|
Reference in New Issue
Block a user