Django syntax highlighting/intellisense not working for undefined class methods

I'm working in a python/django repo and I'm having an issue where unknown methods are not being highlighted by VSCode with a red error squiggly line.

As you can see from the screenshot, I have it setup to show python errors, but the non-existent method on the test_email class doesn't throw any errors or warnings. I have Black Formatter, isort, Pylance, Python, Pylint, Python Debugger extensions installed. The correct python interpreter + environment are setup and the python language server is also running.

I'm happy to include any other information, but didn't want to dump unneeded info. Any insight, help or guidance is greatly appreciated!

syntax highlighting issue

Back to Top