Is there a way to see decompiled C# code in VS Code?
Whenever I go to the decompiled implementation, I see only interfaces of methods, but not the implementation. I heard that some people claim that VS Code can show decompiled implementation as well and was wondering if it is true and how could I enable the feature in VS Code.
CodePudding user response:
I suppose you have installed the omnisharp extension (
You can read more about it here: https://www.strathweb.com/2020/05/decompilation-support-in-omnisharp-and-c-extension-for-vs-code/
