sponsor Vim development Vim logo Vim Book Ad

jbean.vim : Completion of Get/Set method

 script karma  Rating 7/12, Downloaded by 1108  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>
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
jbean.vim 0.1 2001-07-18 5.7 sunghyun kim Initial upload
ip used for rating: 34.204.52.16

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github