GitHunt
GI

Giorgi/EFCore.Visualizer

Entity Framework Core queries debugger visualizer.

EFCore.Visualizer

Entity Framework Core Query Plan Visualizer

View Entity Framework Core query plan directly inside Visual Studio.

Visual Studio Marketplace Version
Visual Studio Marketplace Downloads
Visual Studio Marketplace Installs
Visual Studio Marketplace Rating

Introduction

With the 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, PostgreSQL, SQLite, MySQL and Oracle.

Important

The visualizer requires Visual Studio Version 17.9.0 (Released on February 13th, 2024) or newer and supports EF Core 7 or newer.

Visual Studio Toolbox - EFCore.Visualizer Extension for Visual Studio

Visual Studio Toolbox - EFCore.Visualizer Extension for Visual Studio

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 (Here we show the actual query plan which means it forces query execution ):

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

MySQL:

MySQL Plan

MySQL Plan

SQLite:

SQLite Plan

Oracle:

The query plan includes Actual IO stats, Outline data, Projections, and Predicates.

Oracle Plan
Oracle Plan

Known Issues:

Credits

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

Languages

C#53.5%CSS25.1%HTML21.4%

Contributors

GNU General Public License v3.0
Created January 23, 2024
Updated March 4, 2026
Giorgi/EFCore.Visualizer | GitHunt