Home > Net >  Is there a way to see decompiled C# code in VS Code?
Is there a way to see decompiled C# code in VS Code?

Time:01-28

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 (enter image description here

You can read more about it here: https://www.strathweb.com/2020/05/decompilation-support-in-omnisharp-and-c-extension-for-vs-code/

  •  Tags:  
  • Related