JetBrains Rider 2024.1 Help

Assembly Explorer view

Assembly Explorer allows opening multiple assemblies and keeping a list of open assemblies and folders. You can traverse and explore all open assemblies. Expanding an assembly node lists namespaces within the assembly, which can be further expanded to types and type members, as well as assembly references, resources, and metadata. You can double-click any type to decompile it or fetch source from a symbol server (depending on your settings).

In addition, the Assembly Explorer contains nodes representing base types and inheritors of the current type.

To open the Assembly Explorer view, open the Explorer window (Alt+1 or View | Tool Windows | Explorer) and choose Assemblies on the window title selector.

JetBrains Rider's Assembly Explorer view

To look for specific items in the Assembly Explorer, just start typing when the window is in focus. Note that you can use CamelHumps here.

Toolbar controls

ThemedIcon.AssemblyAdd.Screen.(Gray).png Open

Opens an assembly from project file, library file, or a ZIP archive. For more information, refer to Open and close assemblies.

ThemedIcon.AddFolder.Screen.(Gray).png Explore Folder

Allows choosing a folder to be explored recursively and loading all assemblies found in this folder. For more information, refer to Find assemblies in folders.

Since JetBrains Rider processes the selected folder recursively, make sure not to add a folder that may contain too many assemblies (for example Program Files). It might take long to load all assemblies in JetBrains Rider.

ThemedIcon.AssemblyExplorerOpenFromGac.Screen.(Gray).png Open from GAC

Allows opening one or more assemblies from Global Assembly Cache (GAC). For more information, refer to Open assemblies from Global Assembly Cache.

ThemedIcon.WorkspaceLoad.Screen.(Gray).png Open Assembly List

Opens a list of assemblies saved with the Save Assembly List command. For more information, refer to Opening assembly list

ThemedIcon.WorkspaceSave.Screen.(Gray).png Save Assembly List

Saves the list of assemblies currently opened in Assembly Explorer. For more information, refer to Saving current assembly list

An assembly list is saved as links to local resources and therefore might not be opened correctly on other computers.

ThemedIcon.WorkspaceClear.Screen.(Gray).png Clear Assembly Explorer

Removes all assemblies from the Assembly Explorer.

Open Files with Single Click Open Files with Single Click

Open an item in the editor by clicking it in the Explorer tool window once. Otherwise, you need to double-click items to open them.

Note that you cannot disable this option if you enable the preview tab.

Always Select Opened File Always Select Opened File

If this option is on, JetBrains Rider automatically locates documents that you open in the editor in the current view of this window.

Last modified: 29 February 2024