First commit.
This commit is contained in:
8
snippets/java-mode/constructor
Normal file
8
snippets/java-mode/constructor
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: constructor
|
||||
# key: __init__
|
||||
# uuid: __init__
|
||||
# --
|
||||
public ${1:`(f-base buffer-file-name)`}($2) {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user