I wrote javacomplete, an omni-completion script of JAVA language for vim 7. Could anybody have a try at javacomplete and give some advice or comments to me?
You could visit the url: http://www.vim.org/scripts/script.php?script_id=1785 Javacomplete have these features: - List members of a class, such as (static) fields, (static) methods. - List classes or subpackages of a package. - Provide parameters information of a method, list all overload methods. - Complete an incomplete field or method name. - Provide a complete JAVA parser written in Vim script language. - Use the JVM to obtain most information. - Use the embedded parser to obtain the class information of source files. - Builtin objects in JSP can be recognized, such as request, session. It works on all the platforms where - Vim version 7.0 and above. - JDK version 1.1 and above. existed. Thanks, cheng fang ___________________________________________________________ 抢注雅虎免费邮箱3.5G容量,20M附件! http://cn.mail.yahoo.com --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
