Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.54 KB

File metadata and controls

49 lines (34 loc) · 1.54 KB

Color Coder

Build status

Color Coder is a lightweight extension for Visual Studio 2015 and 2017. It can help you change the color of various programming constructs, such as:

  • EnumMember
  • Constructor (C# Only)
  • Field
  • LocalVariable
  • Namespace
  • Method
  • StaticMethod
  • ExtensionMethod
  • Property
  • Parameter
  • Module (VB Only)
  • Interface
  • Class
  • Struct
  • Enum
  • Delegate
  • GenericTypeParameter

When you initially install Color Coder, it doesn't change the colors, you should go to its option page to change it, you can see an example of its use on methods and constructors down below:

Color Coder C Sharp

You can change the colors through Color Coder's options page:

Color Coder Option Page

You can also change the colors by selecting from a set of predefined options or restore the colors to visual studio default:

Color Coder Option Page Preset

(More Info)

RoadMap

  • Ability to change the color of Attributes

Changelog

Details of changes to each version of Color Coder.

1.0

2017-06-16

  • Initial release