ConstVisualizer icon indicating copy to clipboard operation
ConstVisualizer copied to clipboard

Investigate identifying constants to adorn with a custom tagger and Roslyn

Open mrlacey opened this issue 5 years ago • 3 comments
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.

mrlacey avatar Apr 13 '20 20:04 mrlacey

Is my issue related to this?

MagicAndre1981 avatar Aug 05 '20 09:08 MagicAndre1981

Is my issue related to this?

Yes

mrlacey avatar Aug 05 '20 16:08 mrlacey

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

mrlacey avatar Jan 07 '21 21:01 mrlacey