An idea for an IDE extension (#Rider / #VisualStudio): Hook up #Azure #ApplicationInsights and show inline performance and error details on #ASP.NET route methods.
It probably exists already.
Application Insights Debug Log Viewer - IntelliJ IDEs Plugin | Marketplace

This plugin allow you to see, instantly, in a nice way Application Insights To use just start a debug session with a program using Application Insights. The logs will...

JetBrains Marketplace
@maartenballiauw Getting there! I'm thinking of things like "Avg execution: 1240ms, Error rate: 12%" appearing above Web API controller methods, in the same kind of area that the Rider shows the user who last edited it and number of usages in code.
@Josh_Gallagher yeah agree, hope the author can add that at some point 🤞