You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
syntaxhighlighter
About this tag
The syntaxhighlighter tag on WindowsForum.com covers discussions about Visual Studio extensions that enhance code readability by adding color-coded classifications for delimiters, braces, brackets, and parentheses. One highlighted extension, Delimiter, Brace and Brackets... SyntaxHighlighter, adds classification types for C#, JavaScript, and TypeScript, including delimiters like colons and semicolons, as well as parentheses, brackets, and braces. This tag is relevant for developers using Visual Studio who want to improve their coding environment with better syntax highlighting. The content focuses on the .NET Compiler Platform (Roslyn) and Visual Studio 2015, making it useful for those interested in developer tools and code editing enhancements.
Today's Visual Studio Extension from Stefan Tashev is one of those nice to haves, one of a kind that you get very used to and come to rely on. With Visual Studio 2015 and the .NET Compiler Platform (fka Roslyn), building an extension like this should become very much easier, but today it's...