i want some form of suggestion or autocompletion
so if i say
import aspell
and then type
aspell.
i know what are available without running to pyshell or some interpreter
and aspell.Dict(
should suggest wat are the possible arguments


Alan Gauld <[EMAIL PROTECTED]> wrote:
> anil maran wrote:
>> do u guys know how to enable omnicomplete using vim
>> for python thanks
>
> Google is your friend, here's a page:
>
> http://www.vim.org/tips/tip.php?tip_id=1311
>
> Actually, I didn't ven know this existed.

And for those like me who still didn't know what it is:

http://vimdoc.sourceforge.net/htmldoc/version7.html#new-omni-completion

gives the explanation - basically its intellisense for vim...

Alan G.

_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to