init
This commit is contained in:
9
snippets/java-mode/constructor
Normal file
9
snippets/java-mode/constructor
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: constructor
|
||||
# key: c
|
||||
# --
|
||||
public ${1:`(file-name-base
|
||||
(or (buffer-file-name)
|
||||
(buffer-name)))`}($2) {
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user