EgorBo / Disasmo

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

Added font size support and CTRL+mouse wheel zoom #60

Closed stefan-pascal closed 2 months ago

stefan-pascal commented 2 months ago

Added support for changing the font size through Settings tab or CTRL+mouse wheel. Removed PresenterMode (since it offers a fixed / limited "zoom" level)

EgorBo commented 2 months ago

Nice! Thank you