Hi there!

I developed an autocompletion for Python:
https://github.com/davidhalter/jedi
There's a VIM plugin for Jedi:
https://github.com/davidhalter/jedi-vim

Basically it is a (very) enhanced version of pythoncomplete, which is the
default omnicomplete function for vim/python.

If anyone has always wanted a working autocompletion for Python, please try
it out! There's an issue tracker on github for bugs/feature requests.

To display function bodies in VIM I'm using a really awful hack (inserting
text with special syntax highlighting).
In the todo list of vim, there is a patch that addresses this problem:

-   Patch to access screen under Python. (Marko Mahni, 2010 Jul 18)

It is described in the 5th post:
http://vim.1045645.n5.nabble.com/Planning-Vim-7-3-td1186031.html

What is the plan to introduce this patch to VIM? The patch exists for quite
some time now. I'd really hope to use it for further developments.

Cheers!
David

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to