View Entity Framework Core query plan directly inside Visual Studio.
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.
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:
Click on 'Query Plan Visualizer' and the query plan will be displayed for your query.
This extension uses pev2 and html-query-plan to display query plans.