Reference Highlight
Reference Highlight is a Visual Studio extension that makes Find All References easier to scan by coloring read and write references differently. Read references are highlighted in green by default. Write references are highlighted in pink by default. The result window is also enlarged for better readability, and the same reference data is used to highlight matching identifiers in open editor tabs. Features
CustomizationOpen:
Available settings:
The extension automatically chooses black or white foreground text for contrast against the selected highlight color. InstallationDownload or build the VSIX, then install:
After installation, restart Visual Studio if prompted. Usage
BuildRequirements:
Build from the repository root:
The VSIX is generated at:
CompatibilityThe extension targets Visual Studio 17.0 or newer on amd64:
NotesReference Highlight depends on the metadata exposed by Visual Studio's Find All References table. If a language service does not report read/write access information, those entries may not be classified as expected. |