On Wed, Aug 26, 2009 at 9:45 AM, Kevin<[email protected]> wrote: > > I am now wondering how python omnicomplete actually works. It seems > to me that omnicomplete should work a bit better for a python buffer, > if i have python actually compiled into vim...?
I have python support enabled and I hardly ever find it working/useful. I often find that it doesn't work, unless the import is immediately preceding or is very close by. Even otherwise, it is useless for most instances, because the type of object is unknown. I think omni-completion is useless for languages such as python that are so dynamic in nature. There is still some scope to cover more instances by doing some heuristic static analysis, but not sure if any of the full featured IDE's also are capable of doing this. -- Hari --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
