|
楼主 |
发表于 2005-9-10 11:51:34
|
显示全部楼层
Vim JDE : Vim - Just a Development Envirement (Java/C++)
http://www.vim.org/scripts/script.php?script_id=1213
created by
Fuchuan Wang
script type
utility
description
Just a Development Environment for VIM . (VJDE)
And now , It's support C++/C by ctags
(VIM>=700 , +ruby future is on , JDK 1.5 support , JDK1.4 (maybe, not tested))
use <c-space> as the Code completion key!
snap http://www.publicinfo.com.cn/wfc/
Just work for :
Project manager (load/store your VJDE settings)
Code completion ( working for java and jsp,taglib,html,xml,xsl,xsd) (VIM 7.0 required)
Source tools( variable extract local, member,argument, extract number or String to constance , fix build
unreported exception error ( depends on getqflist() )
Source tools ( Override methods, implements interface,extract import, sort import)
Create javadoc (depends on jcommentor.vim)
Create getter/setter stub.
Generate constructor of class which has all member;
Outocommand for dot
Input and filter in Preview window.
M-d Show Javadoc in Preview window.Working on CursorHold too.
|
|