Re: Vim plugin that does Django code completion?

2017-07-13 Thread 'Tom Evans' via Django users
, 2017 at 4:27 PM, Robert F. <robert.flaug...@gmail.com> wrote: > Is there a Vim plugin that does code completion for Django? I'd like to be > able to type something like "foobar = models." and hit Tab and see a list of > classes like CharField or Foreign key. Alternately

Re: Vim plugin that does Django code completion?

2017-07-09 Thread Bernd Wechner
For what it's worth I use PyDev which is free. And am very happy with it. Though I donate money now and again because it is so good and free. On 9/07/2017 10:33 PM, Gabriel - Iulian Dumbrava wrote: I also suggest buying a PyCharm license. If you are working on a professional level and you

Vim plugin that does Django code completion?

2017-07-09 Thread Gabriel - Iulian Dumbrava
I also suggest buying a PyCharm license. If you are working on a professional level and you have to do remote editing you'll most likely need to use line by line remote debugging. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: Vim plugin that does Django code completion?

2017-07-07 Thread Robert F.
rote: > > Is there a Vim plugin that does code completion for Django? I'd like to > be able to type something like "foobar = models." and hit Tab and see a > list of classes like CharField or Foreign key. Alternately, I'd be OK with > entering an abbreviation tha

Re: Vim plugin that does Django code completion?

2017-07-07 Thread James Schneider
On Jul 7, 2017 8:27 AM, "Robert F." <robert.flaug...@gmail.com> wrote: Is there a Vim plugin that does code completion for Django? I'd like to be able to type something like "foobar = models." and hit Tab and see a list of classes like CharField or Foreign ke

Re: Vim plugin that does Django code completion?

2017-07-07 Thread Phang Mulianto
Hi You can use plugin on vim using snipmate. You can create your own autocomplete or using others created snip available for vim. Hope helps. On 7 Jul 2017 11:27 pm, "Robert F." <robert.flaug...@gmail.com> wrote: > Is there a Vim plugin that does code completion fo

Vim plugin that does Django code completion?

2017-07-07 Thread Robert F.
Is there a Vim plugin that does code completion for Django? I'd like to be able to type something like "foobar = models." and hit Tab and see a list of classes like CharField or Foreign key. Alternately, I'd be OK with entering an abbreviation that would bring up the proper co