> I'd like to know what editor/IDE Django users (and developers) uses on
> daily basis,

I love Vim (Linux and if necessary Windows) since about 4 years.
Main reasons:

* super fast because of the sophisticated motion keys and
  multi-line editing (visualmode I)

* filetype plugins for django-html and of course python

* nice folding of python code

* Iabbr <C-b> {% <> %}    and    Iabbr <C-f> {{ <> }}
  for quickly inserting django blocks/tags into templates

* I could go on endlessly...

The bad thing with vim is a relatively steep learning curve
at the beginning, but after a short while I began to love this editor
for its many features and external plugins. ("dbext" for database access
inside the editor, and "vtreeexplorer" for a nice vertical hierarchical
file selector, "taglist", "pydoc", ...)

Martin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to