VS Code tips — Custom semantic token colorization

Опубликовано: 01 Май 2021
на канале: Code 2020
11,128
136

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