Skip to content

Accent Occurrences is a Visual Studio extension that adds an accent/highlight feature to Visual Studio. Accent Occurrences allows you to quickly see all the occurrences of a selected word or selected characters.

License

ren19890419/AccentOccurrences

 
 

Repository files navigation

#Accent Occurrences

The Accent Occurrences extension adds an accent/highlight feature to Visual Studio 2012-2015 that allows you to quickly see all the occurrences of a selected word or selected characters.

####Features:

  • Customizable colors for background, border, font, and glyph
    • TOOLS → Options... → Environment → Fonts and Colors → Accent Occurrences (Box/Font/Glyph)
  • Hold the Ctrl key while selecting text to make the search case sensitive
  • Select using the keyboard or mouse

####Examples and Customization:

Default

Default

Case Sensitive

Case sensitive holding down the Ctrl key

LemonLime

LemonLime, 200%

DarkSide

OnTheDarkSide

Options

TOOLS → Options... → Environment → Fonts and Colors → Accent Occurrences (Box/Font/Glyph)

####Build Visual Studio 2012, Visual Studio 2012 SDK, and Visual Studio 2015 are required to build this project. Visual Studio 2012 SDK provides the backwards compatibility to run this extension in older versions of Visual Studio.

####Contributing Pull requests for bug fixes or new features are welcome.

####Version History: 1.2.2 - 1.2.1

  • Reverted references to an older version allowing the extension to install and run correctly in older versions of Visual Studio.
    • See Github for more details.

1.2.0

  • Now installable in Visual Studio 2012-2015 (Community, Pro, and Enterprise).
  • Created a GitHub repository for the project.

1.1.0

  • Now installable in Visual Studio 2013 as well as 2012.

1.0.1

  • Fixed an "Object reference not set to an instance of an object." error that prevented the extension from installing correctly through the Visual Studio Extensions and Updates manager.

1.0.0

  • Initial Release

#####ACCENT: Verb - to give emphasis or prominence to.

#####Links that were useful in developing this extension

About

Accent Occurrences is a Visual Studio extension that adds an accent/highlight feature to Visual Studio. Accent Occurrences allows you to quickly see all the occurrences of a selected word or selected characters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.0%
  • C# 7.0%