[Ncr-Python.in] autocomplete for django on emacs

Noufal Ibrahim noufal at gmail.com
Mon Feb 28 19:18:50 CET 2011


On Mon, Feb 28 2011, Amit Sethi wrote:

> Hi all , I was looking at pydev for eclipse integration and it
> provides a very nice globals browser which comes in handy when you are
> working on models or using a lot of django's core elements. Does any
> body know of some module that provides nice autocomplete features with
> django on emacs.

I use autocomplete.el [1] and enable it for my Python buffers. It's not
context aware but does a good job. 

I don't like magical context aware completions myself so I haven't tried
anything more sophisticated. However, you can integration ipython and
Emacs to get context sensitive completions. I got it working once but
got rid of it.


Footnotes: 
[1]  http://www.emacswiki.org/emacs/AutoComplete

-- 
~noufal
http://nibrahim.net.in


More information about the Ncr-Python.in mailing list