django-plus.vim icon indicating copy to clipboard operation
django-plus.vim copied to clipboard

Complete queryset fields

Open ObserverOfTime opened this issue 7 years ago • 2 comments

Would it be possible to add completion for queryset field arguments?

For example: typing SomeModel.objects.filter( should complete the fields of the SomeModel model.

This should also include lookups like id__in, if possible.

ObserverOfTime avatar Sep 20 '18 16:09 ObserverOfTime

@ObserverOfTime do you still use this plugin? Do you still get completions for querysets?

josefson avatar May 09 '20 04:05 josefson

No, it looks like it doesn't work anymore.

ObserverOfTime avatar May 09 '20 07:05 ObserverOfTime