On 12/02/13 14:52, Ryan Nowakowski wrote:
On Tue, Feb 12, 2013 at 11:22:54AM +0000, Yussi wrote:
Hi,
I was wondering if there are any vim users here who managed to get a
productive working environment for django here.

I looked at the manuals, and set myself up with tags, omni complete,
and syntax error check, but it's far from ideal. omni complete fails
to guess the context correctly most of the time, and is otherwise
lacking what I expect from an ide, namely I would like to be able to
see function headers when typing so I know what arguments to give
it,I would like some short cuts for local variables, I would like
some easy vim templates for things like CharField, DateField etc, I
am still new to django, and i really don't remember enough to free
code everything.

any other tip of using vim with django would be appreciated.

I have vim configured with ctags and cscope.  Once I have that set up
correctly, I use ctags to jump from any use of CharField to the actual
Django source code for CharField.  That, of course, shows me the arguments
required and the docstring.


Thanks, I actually had ctags, but rarely used it.

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to