jbean.vim : Completion of Get/Set method
script karma |
Rating 7/12,
Downloaded by 1192 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
sunghyun kim |
|
script type |
utility |
|
description |
This is result of this script.
If you modified _vimrc, you'll get this with ALT-B.
///////////////////////////////////////////////////////////////////////////////////////////////
private String name;
public String getName()
{
return this.name;
}
public void setName(String name)
{
this.name = name;
} |
|
install details |
put this in macros directory. and modify _vimrc to load this command
in _vimrc
autocmd FileType java source $VIM/macros/jbean.vim
autocmd FileType java map <M-b> :call MakeBeanFramework()<CR> |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.12.165.112
|