Custom visualizers questions

  • Thread starter Thread starter Tristan STW
  • Start date Start date
T

Tristan STW

Guest
I make string visualizer (searching, replacing, editing), and objectProvider.IsObjectReplaceable in vizualizer's Show method is always false, so vizualized text is not editable. How to force VS to allow editing members of type string ?

Visualizers provided with VS, display expression being visualized. But both DialogDebuggerVisualizer and IVisualizerObjectProvider do not provide any API to obtain names of visualized expression. How to read this name ?

Continue reading...
 
Back
Top