josephwoodward / VSCodeILViewer

A Visual Studio Code C# IL (Intermediate Language) Viewer
MIT License
98 stars 17 forks source link

Added method name to be printed in IL output #14

Closed pawlos closed 7 years ago

pawlos commented 7 years ago

To increase readability a method name is printed before the IL code so that it is easier to match the assmebly to high-level code.

josephwoodward commented 7 years ago

Oh great, I've been meaning to getting around to doing this, thank you!

Long term I notice that TryRoslyn decorate their IL in a specific way, I think they use ILSpy under the bonnet so interested to see what can be done to format it similar to this (and if it is even a "format" or just a style choice)

pawlos commented 7 years ago

@JosephWoodward thanks. I'll check what can be done to improve this (when time permits ofc)

josephwoodward commented 7 years ago

That would be great, I have a simple issue here where we could continue the conversation if you get around to looking at it.