Browse by Tags

All Tags » Visual Studio Extendability » XML Related (RSS)

Type Visualizers : Visualizing non-serializable types.

Well thank you PShaffer for your comment. You can indeed create type visualizers for non-serializable types using the Microsoft.VisualStudio.VisualizerObjectSource class. This object is responsible for serializing the type, in binary, from Visual Studio...

XML Debug Type Visualizer

I've create a XML debugger visualizer for Visual Studio 2005 which you can download here . Just unzip and place the DLL in 'C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\Debugger\Visualizers'. You can view the XML as text and...

VS2005 Intellisense support for custom XML Schemas.

I'd love to know how intellisense in Visual Studio 2005 works but all I know, or assume, is it's either based on definitions in a xsd schema (for markup based files) or by reflection of an assemblies metadata (type definitions in code). I'm...