ANN: pyCallTips 0.6 released

tocer dm-info at 163.com
Sun Sep 5 10:53:33 CEST 2004


If some pythoner complain that Vim don't support calltips of python,
now I implement it. Try it and enjoy it.
http://vim.sourceforge.net/scripts/script.php?script_id=1074

Intro:
    This script 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.

0.6 changed: 
     1.enhanced 0.5 
     2.fixed some bugs 
     3.you can execute "CT_unmapkeys" to pause the script and
"CT_mapkeys" to resume .


More information about the Python-announce-list mailing list