ConstVisualizer icon indicating copy to clipboard operation
ConstVisualizer copied to clipboard

Visual Studio extension to show the values of constants where they are used

Results 6 ConstVisualizer issues
Sort by recently updated
recently updated
newest added

@dsyme what's required to add F# support? Is it doable at all?

The usefulness of this extension in very large solutions where terms (including constant names) are used repeatedly and in different names is questionable. This is because it can end up...

enhancement

this is really bad ![image](https://user-images.githubusercontent.com/189547/115144023-4de3ea00-a042-11eb-8a09-4919ef6b3052.png) The above is from a solution with 88 projects, but even still this is the worst delay I've seen.

Inspired by https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.ConstVisualizer&ssr=false#qna > Does it display only consts? Can't we have the normal variables displayed? The initial request that drove the creation of this extension was specifically for constant...

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...