VS Code lets you customize the color of your code based on its semantic meaning. You can use this to make async methods blue and all readonly properties hotpink for example.
This is very useful for understanding what code does at a glance. More details: https://code.visualstudio.com/docs/ge...
#vscode