Skip to content
Andreas Weizel edited this page Feb 18, 2023 · 3 revisions

Search

Starting from release 0.14 ILSpy extension allows to search for symbols (types, members) across all assemblies loaded in the tree. A search command is available in Command Palette

Search in Command Palette

as well as on toolbar of "ILSpy Decompiled Members" view:

Search in Assembly Tree

When clicking it a new input field appears asking for the term you want to search for. The search is case-insensitive:

Input of search term

After pressing ENTER a new "ILSpy: Search Results" panel will open at the bottom:

Search results

Similarly to the tree you can click any entry to see the code of the symbol:

Decompiled search result

The result view groups all results of all searches performed during the session.

Clone this wiki locally