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