Currently if you press F12/go to definition, it will show metadata without acutal implementions. I know we can go to Github to view the source code but it is hard to navigate source code in browser. I can also use debugging with some required setting to view the source code in VS, but I don't want to use debug mode to view source code as I need to run the project, I just want to press F12 to see the source code, is a way to achieve this?
Asked
Active
Viewed 386 times
0
-
https://stackoverflow.com/questions/9695569/browsing-the-net-framework-source-code-from-visual-studio – CodeCaster Jan 08 '21 at 07:02
-
You can use JetBrains Rider for this ... – Ivan Pavičić Oct 22 '21 at 14:55