Closed ahmeteid7 closed 4 months ago
Just click the "Output:" item in status bar when viewing decompiled code:
or use the "ILSpy: Output language" command in VSCode command palette. Then you will be presented a list of C# versions to choose one for the output:
I'm using linux(zorin lite 16 xfce), i have dotnet 6,7,8, the output can't list the c# version,also i can't found that command:ILSpy: Output language
These options are only available when your active editor is an ILSpy decompilation result (you seem to have open a normal code editor with C# code, instead). There is another alternative: You may set the output language in VSCode settings:
Thank u very much ,it's worked with me
in desktop version i can display the compiler code in any version of c#, how i can do that in the extension version