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

Visual Studio "Find" doesn't work #39

Open tannergooding opened 1 year ago

tannergooding commented 1 year ago

Repro:

  1. Disassemble a method
  2. Ctrl+F to try and find text in current document
  3. See that you cannot search the output window

There is an easy workaround of copying the text out to something like notepad++, but it would be nice for this to work with the built-in search functionality, particularly for JitDump