Context Sensitive Python Help in VIM

jason petrone jp at NOSPAMdemonseed.net
Wed May 16 12:50:09 EDT 2001


I've written an extension for VIM to allow context sensitive help for python
code.  It looks up the __doc__ or __dict__ field for builtins, modules and
module members when you hit F2. 

It does a little more than idle and pythonwin.  I hope to add more when I find
some time.  Please send me your ideas!
  
You can grab it at:
http://www.demonseed.net/~jp/code/pyhelp.py

You will need a version of VIM compiled with an embedded python interpreter.

-jason



More information about the Python-list mailing list