Ref12 extension with .Net Core support for Visual Studio 2017/2019 This extension lets you press F12 to open the source code for anything in the .Net. .Net Core Source viewer: https://source.dot.net .Net Framework Source Viewer: https://referencesource.microsoft.com You can easily jump to the actual source for things linq LINQ or WinForms or ASP.Net and see how they're implemented, including original comments. Just place the cursor on any class, function, or constant in the .Net framework and press F12 to open your default browser. No more "From Metadata" tabs! This extension is built from open source repository efreykongcn/Ref12 (forked from SLaks/Ref12) |