Recently, I saw one of developer on youtube was developing asp.net core application using Jetbrains Rider and when he want to see the implementation of WebApplication.CreateBuilder method (asp.net core method), he just open implementation (I am assuming by Ctrl+F12).
As of now I am using github to find method implementation Or https://source.dot.net/. Is there any way to link asp.net core source code directly in visual studio so we can simply open implementation of any method (by Ctrl+F12) when needed? When I tried Ctrl+F12 on WebApplication.CreateBuilder I got below message
I am using Visual Studio 2022 Community Edition
