ErikEJ / EFCore.Visualizer

Entity Framework Core queries debugger visualizer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EFCore.Visualizer

Entity Framework Core Query Plan Visualizer

View Entity Framework Core query plan directly inside Visual Studio.

Download Now Visual Studio Marketplace Downloads

Introduction

With Entity Framework Core query plan debugger visualizer, you can view the query plan of your queries directly inside Visual Studio. Currently, the visualizer supports SQL Server and PostgreSQL.

The visualizer requires Visual Studio Version 17.9.0 (Currently in Preview) or newer and supports EF Core 7 or newer.

Usage

After installing the extension from the marketplace, a new debugger visualizer will be added to Visual Studio. When debugging, hover over your queries and there will be an option to view the query plan:

VariableVisualizer

Click on 'Query Plan Visualizer' and the query plan will be displayed for your query.

SQL Server:

Sql Server Plan

Sql Server Plan

PostgreSQL:

PostgreSQL Plan

PostgreSQL Plan

Credits

This extension uses pev2 and html-query-plan to display query plans.

About

Entity Framework Core queries debugger visualizer.

License:GNU General Public License v3.0


Languages

Language:C# 52.7%Language:CSS 42.6%Language:HTML 4.7%