You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This is result of this script.\nIf you modified _vimrc, you'll get this with ALT-B.\n\n///////////////////////////////////////////////////////////////////////////////////////////////\n\nprivate String name;\n\npublic String getName()\n{\nreturn this.name;\n}\npublic void setName(String name)\n{\nthis.name = name;\n}",
"install_details": "put this in macros directory. and modify _vimrc to load this command\n\nin _vimrc\n\nautocmd FileType java source $VIM/macros/jbean.vim\nautocmd FileType java map <M-b> :call MakeBeanFramework()<CR>",