Skip to content

Visual Studio extension which allow to hightlight C# access modifiers public, private, protected, interal and other important ones like: static, sealed, virtual, override by colorizing those to custom color.

License

Notifications You must be signed in to change notification settings

O-n-y/SyntaxLume

Repository files navigation

SyntaxLume - Access Modifiers Highlighter

SyntaxLume is and extension for Visual Studio which allow to highlight C# access modifiers public, private, protected, internal and other important ones like: static, sealed, virtual, override by colorizing those to custom color.

Make your code cleaner by removing unnecessary visual noise.

image

Features

  • Highlights keywords: public, internal, protected, private, abstract, virtual, override, static with distinct colors
  • Customizable colors through Visual Studio's Fonts and Colors settings, grey color by default
  • Works with both light and dark themes
  • Will work with other extensions installed, like Resharper and Codist

Customization

You can easily customize colors through:

  1. Go to Visual Studio Options -> Edtor -> Fonts and Colors
  2. Scroll to "C# Access Modifier - [type]"
  3. Select your preferred colors

image image

Requirements

  • Visual Studio 2022 (17.0 or later)
  • C# development workload

License

MIT License - feel free to use in both personal and commercial projects.

About

Visual Studio extension which allow to hightlight C# access modifiers public, private, protected, interal and other important ones like: static, sealed, virtual, override by colorizing those to custom color.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages