Skip to content
| Marketplace
Sign in
Visual Studio>Tools>SharpLizer

SharpLizer

Jefry Pozo

|
132 installs
| (0) | Free
A Visual Studio syntax highlighting extension for colorizing keywords, objects and modifiers.

SharpLizer (short for C# Colorizer) allows you modify the colors of many of the keywords and modifiers included in the C# language.

You can find the settings in Options -> SharpLizer and currently, you can modify these settings:

Abstraction keywords

  • Abstract
  • Async
  • New
  • Override
  • Sealed
  • Virtual

Identifiers

  • Attribute
  • AttributeArguments
  • Class
  • Delegate
  • Enum
  • Interface
  • Namespace
  • Struct

Encapsulation keywords

  • public
  • private
  • internal
  • protected

Field objects

  • string
  • Numeric
  • bool
  • DateTime
  • Bool
  • Byte
  • Char
  • Enum
  • RangeField

Variables

  • String
  • Numeric
  • bool
  • DateTime
  • Byte
  • Char
  • Enum
  • LocalVariable
  • RangeVariable

Properties

  • Object
  • string
  • bool
  • char
  • DateTime
  • Numeric
  • String
  • Enum
  • Range Property

Parameters

  • InputParameter
  • OutParameter
  • RefParameter

Method

  • Constructor
  • Destructor
  • StaticConstructor
  • Method

With more customization otpions coming in the next versions, such as branching keywords (if, else, break,etc), punctuation (dot, braces, parens) and more.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2021 Microsoft