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.
- 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
You can easily customize colors through:
- Go to Visual Studio Options -> Edtor -> Fonts and Colors
- Scroll to "C# Access Modifier - [type]"
- Select your preferred colors
- Visual Studio 2022 (17.0 or later)
- C# development workload
MIT License - feel free to use in both personal and commercial projects.