VSCodeILViewer icon indicating copy to clipboard operation
VSCodeILViewer copied to clipboard

A Visual Studio Code C# IL (Intermediate Language) Viewer

Results 14 VSCodeILViewer issues
Sort by recently updated
recently updated
newest added

There's been an error: Error: command 'vscode.previewHtml' not found [http://joxi.ru/BA04Rz6sMJOMeA](url). Windows. VSCode version: 1.34.0 Seems like with VSCODE 1.33.0 vscode.previewHtml is deprecated. [https://github.com/Microsoft/vscode-postgresql/issues/31](url)

Upon running IL Viewer for the first time, VS Code gave me the following warning: > Extension 'josephwoodward.vscodeilviewer' uses the 'vscode.previewHtml' command which is deprecated and will be removed soon....

`project.json` is on its way out of the door while (the newly-improved) `csproj` is becoming the default.

help wanted

I installed this addon in visual studio code, and then created an cs file with some simple code, right click on the panel ,and inspect IL. then in the IL...

Hi, I want to inspect the output of IL weavers (like Fody or PostSharp), but it looks as though you compile the code yourself and not inspect the compiled IL,...

Hello. I'm trying this VSCodeILViewer on ubuntu 14.04, but facing this error message. ``` command 'extension.showIlWindow' not found ``` Anything to install dependent package?

Really interested in knowing how [TryRoslyn](https://tryroslyn.azurewebsites.net/#f:>il/K4Zwlgdg5gBAygTxAFwKYFsDcBYAUAB2ACMAbMAYxnJIEMQQYBhGAbzxg5kNIpgDcA9mAAmMALIAKAJSt2nAL555QA==) render their IL. What format is it? ```csharp .class private auto ansi '' { } // end of class .class public auto ansi beforefieldinit...

help wanted

Please support running the extension on any .NET IL assembly. As an author of a language that compiles down to IL, this would be useful to stop using MonoDevelop to...

See snippet from [this issue raise](https://github.com/JosephWoodward/VSCodeILViewer/issues/11#issuecomment-278640442) > What's happening is, because VS Code is a text editor it has no concept of a type (just a file), VS Code IL...

help wanted

I've love to add F# support at some point, so contributions would be welcome on this area.

help wanted