Options

Is it possible to hide/unfilter framework assemblies from left hand side panel?

Left hand side panel (below 'Search object broswer' textbox) lists all loaded assemblies, including framework assemblies. Is it possible to hide/filter assemblies, e.g. by filenames, let's say exclude System*.dll?


Tagged:

Answers

  • Options
    Hi @Roman79

    Thanks for reaching out on the Redgate forums regarding your .Net Reflector question.

    No there isn't a way as such to filter out items using wildcards.
    The searching functionality can be done in both Reflector Desktop and the Visual Studio extension as a method of filtering objects in a nested type search.

    When you type in the search box, the contents of the object explorer are filtered based on your search terms.

    The search includes basic scoping. So, for example, typing web.read would filter the object explorer to show only items with names containing "read" whose parent items contain "web".


    You can also bookmark often used objects which can be quickly accessed using the Bookmarks (F2) menu.

    Jon Kirkwood | Technical Support Engineer | Redgate Software
Sign In or Register to comment.