View Entity Framework Core query plan directly inside Visual StudioWith 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 extension requires VS 2022 17.9 or newerWhen 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. SQL Server:PostgreSQL:Oracle: |