ConstVisualizer
ConstVisualizer copied to clipboard
Investigate identifying constants to adorn with a custom tagger and Roslyn
trafficstars
Because string-based identification of constants to adorn has a large number of potential edge cases to handle, it might show fewer incorrect values if a roslyn-analyzer was used to identify the use of constants and then create tags to highlight these that the adorner can look for.
Is my issue related to this?
For reference: https://github.com/jnm2/CopyFunctionBreakpointName/blob/master/src/CopyFunctionBreakpointName/CopyFunctionBreakpointNameService.cs
This may help to access the roslyn model for the current document