This is not a good question, but I used to have in Django/Python files in VS Code automatic check by yellow colour, that model, variable, view, function etc. are correctly somewhere defined and I can use them. But something broke and everything is now white.
Does anybody know, where to switch on again this check for Python/Django? HTML and JavaScript files are working fine, but for Python files it was broken.
CodePudding user response:
This was related to some extensions you installed which were conflict with each other.
I think the easiest way is to reinstall vscode.