Project description
Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework. Supports Entity Framework 6 and Visual Studio 2017.
Info
Visualizers are components of the Visual Studio debugger user interface. A visualizer creates a dialog box or another interface to display a variable or object in a manner that is appropriate to its data type. Visualizers are represented in the debugger by a magnifying glass icon. When you see the magnifying glass icon in a DataTip, in a debugger variables window, or in the QuickWatch dialog box, you can click the magnifying glass to select a visualizer appropriate to the data type of the corresponding object.
Uninstall
Because VSIX doesn't support Visualizer installation out of the box, installation is implemented in a hacky way. To uninstall visualizer: uninstall extension (Tools -> Extension and Updates) and delete EntityFrameworkVisualizer.dll from My Documents\VisualStudioVersion\Visualizers folder.