Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: simple property - public int var {get; set; default = 0}
|
||||
# key: sprop
|
||||
# --
|
||||
public ${1:type} ${2:name} { get; set; default = $3; }$0
|
Reference in New Issue
Block a user