atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
104 stars 25 forks source link

Won't autocomplete html when file is associated with Django #29

Closed roostercrab closed 5 years ago

roostercrab commented 5 years ago

If an html file is associated with Django instead of html, there is no autocomplete for html offered.

atishay commented 5 years ago

It is working for me. Have you disabled autocomplete for django-html file types? You can do that via editor.quicksuggestions for any filetype. See here or https://github.com/atishay/vscode-allautocomplete/issues/6

screen shot 2019-03-03 at 8 19 32 am
atishay commented 5 years ago

@roostercrab Please re-open if this is still an issue.