Context Sensitive Python Help in VIM

Rainy sill at optonline.net
Thu May 17 01:19:56 EDT 2001


On Wed, 16 May 2001 16:50:09 +0000, jason petrone <jp at NOSPAMdemonseed.net> wrote:
> 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

That's great! Thanks a lot. I was planning to do something like that and now
I don't have to :-).


-- 
True sailing is dead
        - Jim



More information about the Python-list mailing list