First commit.
This commit is contained in:
9
snippets/java-mode/method@
Normal file
9
snippets/java-mode/method@
Normal file
@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: @Override method
|
||||
# key: method@
|
||||
# uuid: method@
|
||||
# condition: (not (sp-point-in-string-or-comment))
|
||||
# --
|
||||
@Override ${1:public} ${2:void} ${3:methodName}($4) {
|
||||
$0
|
||||
}
|
Reference in New Issue
Block a user