Answer the question
In order to leave comments, you need to log in
how to c# how to view the implementation of methods in visual studio?
In short, with ++ (VS) or java (netBeance) I can safely see how certain methods, classes are implemented? In c#, it only shows the declarations of the methods themselves and a bit of documentation when showing the definition of "F12" . The question is, do I need to download something, a package, or am I looking at the wrong thing. And is there any starter pack of tips.
Answer the question
In order to leave comments, you need to log in
Put Recharper then on F12 you will automatically switch to the decompiled code.
Up to a heap setting loading of debugging symbols in the studio and you will be able to debug even in standard libraries.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question