Apr 21, 2023
Post comments count6
Post likes count6
Improving the Syntax Highlighting of JavaScript in Visual Studio
Syntax highlighting, aka colorization, is one of Visual Studio's essential features; it uses colors and styles to help guide our brains when reading code. Following this Developer Community suggestion, we decided to work on improving the JavaScript and TypeScript experience! Starting from 17.6 we improved existing colorization and expanded it to...