Hi, I recently found out about the 'autocompletion' feature (using ctrl+P) in 'vim'. I look a little bit on how to use it and tweak it. Basic support for java seems quite good but I wonder on how to have autocompletion based on my project dependancies.
Indeed, 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. I looked at a few tips about autocompletion, but i failed to see how I could tell vim "look into those archives files". Is this a current vim limitation (and should I create a feature request about it) or did I miss something somewhere about this ? Thanks ! -- Romain PELISSE, "The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it" -- Terry Pratchett http://belaran.eu/ --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
