Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: define test method
|
||||
# key: dt
|
||||
# --
|
||||
@Test
|
||||
public void test${1:Name}() throws Exception {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user