VOOZH about

URL: https://marketplace.visualstudio.com/items?itemName=GiorgiDalakishvili.EFCoreVisualizer

⇱ EFCore.Visualizer - Visual Studio Marketplace


Skip to content
👁 Image
Sign in
Visual Studio>Tools>EFCore.Visualizer
👁 EFCore.Visualizer

EFCore.Visualizer

View Entity Framework Core query plan directly inside Visual Studio.

View Entity Framework Core query plan directly inside Visual Studio

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.

The extension requires VS 2022 17.9 or newer

When debugging, hover over your queries and there will be an option to view the query plan: 👁 VariableVisualizer.png

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

SQL Server:

👁 Sql Server Plan

👁 Sql Server Plan

PostgreSQL:

👁 PostgreSQLPlan2.png

👁 PostgreSQLPlan1.png

MySQL:

👁 MySQL Plan

👁 MySQL Plan

SQLite:

👁 SQLitePlan.png

Oracle:

👁 OraclePlan1.png

👁 OraclePlan2.png