ANN: Python_calltips 1.0 realeased

tocer dm-info at 163.com
Thu Nov 11 15:22:09 CET 2004


http://vim.sourceforge.net/scripts/script.php?script_id=1074

This is a script of Vim editor. It simualate code calltips in a new
bottow window of Vim. In fact, it display python help doc strings of
word under the cursor by scanning the imported modules in the current
file.

It can also implement word complete automatically.

It's very useful for python newbie using Vim editor!

Change:
1.get rid of  F4 key. You can get tips without any extral keys
2.support multi buffers
3.hightlight calltips syntax.

Thank Staale flock and Levin Du help


More information about the Python-announce-list mailing list