Decompiling Code - icsharpcode/ilspy-vscode GitHub Wiki

A click on an item in assembly tree will open the decompiled code of that item in a new editor tab:

Assembly Tree Item

Assembly Tree Item

Same works for items in search result and analyzer result trees.

Choosing Output Language

You may choose different output languages for decompilation output, either different generations of C#, or direct IL code.

When a view with decompiled code is active, click the output language button in status bar:

Output Language Status Bar Button

Then a list of available languages and language generations opens. Choose the one you like, the active decompilation view updates immediately.

Output Language List

Output language can also be changed globally in VS Code settings:

Output Language Setting