Hey just updated my vscode and now vscode doesnt necessarily highlight my code as it used to, ie classes in green, functions in yellow etc. Any ideas?
Tried playing around with some settings the language mode in the bottom right to no avail.
Hey just updated my vscode and now vscode doesnt necessarily highlight my code as it used to, ie classes in green, functions in yellow etc. Any ideas?
Tried playing around with some settings the language mode in the bottom right to no avail.
Welcome to the stackoverflow community,
One reason could be that your theme is incorrect, specifically, your theme is set on the visual studio
one(which does not have syntax highlight). However, you can just set it simply to the Dark+
theme to start using syntax highlighting.
Hope this helped you!