python is going to die! =(

Dave Cook davecook at nowhere.net
Mon Sep 20 22:25:11 EDT 2004


In article <rwJ3d.1000$g42.675 at newsread3.news.pas.earthlink.net>, Andrew
Dalke wrote:

> bruno modulix wrote:
>> Well, you forgot emacs, the best Python IDE around - and it's free...
> 
> Speaking of which, is there any way to get tab-completion
> (intellisense?) behaviour in emacs?  Or in the interactive
> interpreter?

It's not like intellisense, but you can use M-/ to find matching symbols in
a buffer, and C-M-/ to find them from all buffers.  Emacs JDE has more
sophisticated code completion for Java, so it's possible to do:

http://jdee.sunsite.dk/

Dave Cook



More information about the Python-list mailing list