Romain PELISSE wrote: > ... most java projects depends on jars (Java Archive files > - a simple zip of the classes files) that are not "known by > system" (as a php library would be known) but just lying there, > in the project directory... Eclipse can look inside them and > find possible autocompletion match there if they are added as > library to Eclipse project settings. ... >
You will may be find interesting the "vim to eclipse" integration project - eclim [1]. I use it all the time for the daily java programming since about 6 months and I am very satisfied. eclim provides java code completion for everything what eclipse can autocomplete. Single disadvantage - you are compelled to keep running eclipse instance in background (normal eclipse GUI or special "headless" daemon) -- Anton [1] eclim project http://eclim.sourceforge.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
