Skip to content

A Visual Studio editor extension that uses the Roslyn APIs to enable semantic syntax highlighting.

License

Notifications You must be signed in to change notification settings

reager/semantic-colorizer

 
 

Repository files navigation

Semantic Syntax Colorizer

Visual Studio | Marketplace

A Visual Studio 2015 & 2017 editor extension for semantic syntax highlighting.

It uses the Roslyn APIs to highlight the following syntax types in distinctive colors to make them easily recognizable.

To change the colors use the regular Visual Studio "Font and Colors" Options. Look for Semantic * in the "Display items".

  • Class fields
  • Enum fields
  • Static methods
  • Regular methods
  • Constructors
  • Type parameters
  • Parameters
  • Namespaces
  • Class properties
  • Local variables
  • Special types (built in)
  • Normal types

The code is fairly simple, but it is not currently written using the Async APIs in Roslyn.

This extension works for the first final version of Visual Studio 2015 and all sucessors.

License

Apache License Version 2.0 See LICENSE file for more details

Contribute

If you like this project give it a star. If you don't like it or found a bug, please write an issue.

About

A Visual Studio editor extension that uses the Roslyn APIs to enable semantic syntax highlighting.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%