VS Code Django AutoComplete : django
www.reddit.com › vs_code_django_autocompleteI am used to using PyCharm and one of the specific features I wanted to set up in VS Code was for importing Django packages. ' Example: From Django.https import HttpReponse. In Pycharm, I could type "From D", then it would autofill "From Django.", then I could type "From Django.H" and it would show Http as a possible Django package import.