Ref12 extension for Visual Studio 2022! Updated on 5/20/2022:
The native This extension lets you press F12 to open the source code for anything in the .Net.
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) |