-
Notifications
You must be signed in to change notification settings - Fork 30
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
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.
It's also possible to search for any word or selected text from an editor view:
Choose "Search with ILSpy" in editor's context menu:
Then the search opens with selected text or word at cursor: