I am using type hints in my Python 3 code. It seems VS Code cannot parse type hints correctly, because syntax highlighting gets messed up (docstrings not highlighted correctly, comments not recognized anymore).
I have all necessary extensions installed (Python
and MagicPython
plus Python for VSCode
). Is there anything else I miss?