-
Notifications
You must be signed in to change notification settings - Fork 30
Search
Andreas Weizel edited this page Jul 22, 2023
·
3 revisions
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
as well as on toolbar of "ILSpy: Assemblies" view:
When clicking it a new input field appears asking for the term you want to search for. The search is case-insensitive:
After pressing ENTER a new "ILSpy: Search Results" panel will open at the bottom:
Similarly to the tree you can click any entry to see the code of the symbol:
The result view groups all results of all searches performed during the session.