Skip to content
Andreas Weizel edited this page Jul 3, 2024 · 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: Assemblies" 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.

Search from Text Editor

It's also possible to search for any word or selected text from an editor view:

Search symbol from editor

Choose "Search with ILSpy" in editor's context menu:

"Search with ILSpy" command

Then the search opens with selected text or word at cursor:

Search results

Clone this wiki locally