mirror of
https://github.com/amix/vimrc
synced 2025-01-05 00:18:48 +00:00
9 lines
113 B
Text
9 lines
113 B
Text
|
/**
|
||
|
* ${7:Method Description}
|
||
|
* ${5}
|
||
|
* @return ${6}
|
||
|
*/
|
||
|
${1:public} ${2:void} ${3:methodName}(${4}) {
|
||
|
${8}
|
||
|
}
|