I am developing a Visual Studio Add-in where one of the controls is a settings editor similar to the locals or watch window. Because strings are one of the data types being displayed/supported in this control, I would like to add a text visualizer similar to Visual Studio's baked in visualizers for debugging. I have provided a picture below to illustrate exactly what I'm referring to:
https://i.stack.imgur.com/mIa1z.jpg
Am I on my own, or is there a way to reuse the existing Visual Studio debugging visualizers in my project?
thanks :)