tomasr / roslyn-colorizer

A sample VS 14 editor extension that uses the Roslyn APIs to highlight parameter variables and field variables in C#/VB code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Visual Studio 2015 Roslyn Tagger

This is a sample editor extension for Visual Studio 2015 that uses the Roslyn APIs to highlight parameter variables and field variables in distinctive colors to make them easily recognizable.

Sample Text

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

This sample is based on the VS2015 preview.

About

A sample VS 14 editor extension that uses the Roslyn APIs to highlight parameter variables and field variables in C#/VB code.


Languages

Language:C# 100.0%