Entity Framework Core Query Plan Visualizer
A Visual Studio debugger visualizer that helps you analyze and understand Entity Framework Core query plans directly inside Visual Studio. Get instant insights into how your LINQ queries are translated to SQL and how they perform. Supported Databases: SQL Server, PostgreSQL, SQLite, MySQL and Oracle.
Getting Started
- Install the extension from the Visual Studio Marketplace
- Debug your application
- Hover over any IQueryable variable to view its execution plan
- Click the magnifying glass icon to open the query plan visualizer