How to see IL code instead of C# with ILSpy-vscode #3375
Answered
by
Rpinski
cloudsbelow
asked this question in
Help
-
Hi, this is probably me being a bit blind but I can't for the life of me figure out how to show IL instead of the regular decompiled C# when using ILSpy's vscode extension. Any help would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Rpinski
Jan 20, 2025
Replies: 1 comment
-
Hi @cloudsbelow,
Please see here: https://github.com/icsharpcode/ilspy-vscode/wiki/Getting-started#choosing-output-language In both cases just select the "IL" entry. Hope that helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cloudsbelow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @cloudsbelow,
Please see here: https://github.com/icsharpcode/ilspy-vscode/wiki/Getting-started#choosing-output-language
In both cases just select the "IL" entry.
Hope that helps,
Andreas