Best IDE?

Lonnie Princehouse fnord at u.washington.edu
Mon May 10 13:05:20 EDT 2004


Actually, there is a way to use VIM as the editor for Visual Studio.
See http://www.vim.org/htmldoc/if_ole.html

(related bonus link: use VIM for Mozilla text boxes, http://mozex.mozdev.org)


-ljp

Timothy Wu <huggiepython at graffiti.idv.tw> wrote in message news:<mailman.543.1081755983.20120.python-list at python.org>...
> rakanishu wrote:
> > I don't know if I'd call 'em IDEs but it's worth taking the time to
> > learn either emacs or vim. Both are very powerful editors that run on
> > multiple platforms. I tried emacs three times, but couldn't get into
> > it. I'm now getting hooked on vim. YMMV.
> 
> I love Vim. I really do. And it works wonderfully on both Linux and 
> Windows with Exuberant ctags (http://ctags.sourceforge.net/) on Python 
> code. However the only thing that's bugging me is once I'm used to using 
> Vi(that's practically the only editor I've ever use), I'm forever stuck 
> with using Vi. I wish all other real IDEs comes with Vi mode, or I can 
> somehow embed Vim in there (or someone else doing it for me as I'm not 
> that technical). I would love to be using an IDE if it doesn't slow me down.
> 
> Timothy



More information about the Python-list mailing list