Cheng Fang wrote:
> 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=3D1785 > > 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.=20 > > It works on all the platforms where > - Vim version 7.0 and above. > - JDK version 1.1 and above. > existed. That sounds very good. After some people try it out and it works well I can include it with the distribution. -- "A clear conscience is usually the sign of a bad memory." -- Steven Wright /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
