EgorBo / Disasmo

VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).
MIT License
642 stars 39 forks source link

VS 2017 Support? #1

Closed StevenGann closed 3 years ago

StevenGann commented 5 years ago

This looks amazing, and I don't know why I've never seen it done before. Unfortunately, I'm stuck in ancient history with Visual Studio 2017.

Is 2017 support possible, and if so would you be willing to add support? I'd be willing to recompile it myself, but I'm willing to bet there's others who would appreciate it too.

EgorBo commented 5 years ago

Hm.. tried to run under VS2017 - the main DisasmoPackage loads fine and breakpoins work but the Light Bulb stuff doesn't for some reason...

mitiko commented 5 years ago

And what about VSCode?

StevenGann commented 5 years ago

AFAIK, VS Code extensions are written in JavaScript, so porting it would be a total rewrite.