D
D
Daniel2020-05-02 00:31:43
C++ / C#
Daniel, 2020-05-02 00:31:43

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

1 answer(s)
V
Vladimir Korotenko, 2020-05-02
@firedragon

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 question

Ask a Question

731 491 924 answers to any question