microsoft/python-language-server

Django autocomplete

spinelsun opened this issue · 1 comments

Hi,

I am developing with django and my autocomplete doesn't work on models object (e.g if my model is User, User.objects.create is not autocompleted).
Is there a way to make it work?

Duplicate of #129.

But you may want to try Pylance, which includes some Django type stubs.