Rider Help

Solution window

View | Tool Windows | Solution
Ctrl+Alt+L


The Solution tool window lets you look at your solution from various viewpoints and perform the tasks such as creating new items (directories, files, classes, etc.), opening files in the editor, navigating to the code fragment of interest, and more.

Most of the functions in this tool window are accessed as context menu commands in the content pane and associated shortcuts.

Views

There are two main views in the tool window:

  • Solution Explorer view. Provides an organized view of projects and project items in the current solution.
  • Scratches view. This view lets you manage your scratch files and database consoles.

The necessary view is selected from the list in the left-hand part of the title bar or, if the views are represented by tabs, by clicking the corresponding tab.

To configure a view, use the corresponding options in the title bar context menu. The necessary options can also be accessed by clicking /help/img/idea/2017.2/icon_viewMode.png on the title bar.

Title bar context menu

The context menu that appears by right-clicking on the title bar, provides settings for solution views, viewing modes, as well as for switching between the views, resizing the tool window, and more.

The following table lists and briefly explains the available commands and options.

ItemShortcutDescription
Select Next View or Tab
Select Previous View or Tab
Show List of Views or Tabs
Alt+Right
Alt+Left
Alt+Down
These are the commands for switching between different views.
Autoscroll to Source If this option is on, Rider will automatically open the selected item in the editor.
Autoscroll from Source If this option is on, Rider automatically locates documents that you open in the editor in the Solution tool window.
Show All Files By default, Rider only displays files and references for each project.
You can use this option to additionally display all subdirectories and files that are located on the file system under the solution directory. For your convenience, these items are shown in yellow (non-project files that are indexed by Rider, meaning that you can use Ctrl+Shift+F to search in these files) and red (non-indexed files):
Solution Explorer with the 'Show All Files' option
Show All Project Items By default, Rider hides some project items in Solution Explorer (MSBuild-generated files, default references, etc.).
You can use this option to display the full logical project structure, including hidden project items. In contrast to Show All Files, this option lets you display only items included in the projects, even if these items are not located under the solution directory.
Pinned, Docked, Floating, Windowed, Split ModeThese options let you control general appearance and behavior of the tool window. See Viewing Modes.
Remove from Sidebar This command hides the tool window, removes the associated tool window button from the tool window bar and removes the tool window from the quick access menu (/help/img/idea/2017.2/show_tool_window_bars.png or /help/img/idea/2017.2/show_hide_tool_window_bars.png).

To open the tool window again (and restore the associated features), use the main menu: View | Tool Windows | <Window Name>.

Group Tabs If this option is on, there is a list in the left-hand part of the title bar from which you can select the necessary view. If this option is off, the views are represented by tabs which appear in the left-hand part of the title bar.
Move to To associate the tool window with a different tool window bar, select this command, and then select the destination tool window bar (Top, Left, Bottom or Right).
Resize To resize the tool window by moving one of its borders, select this command, and then select the necessary Stretch to option.

Note that this command is not available for the floating mode.

Hide Shift+Escape Use this command to hide the tool window.

Title bar buttons

ItemShortcutDescription
/help/img/idea/2017.2/icon_left_right_on_title_bar.png Alt+Right
Alt+Left
If the views are currently shown as tabs (the Group Tabs option is off), this button appears to the right of the last visible tab.

If the first or the last of the available views is currently selected, this button is shown as /help/img/idea/2017.2/icon_right_on_title_bar.png or/help/img/idea/2017.2/icon_left_on_title_bar.png.

Click this button to open the list of views, for example, to select a different view.

/help/img/idea/2017.2/icon_scroll_from_source_on_title_bar.png Click this icon to navigate from a file in the editor to the corresponding node (file, class, field, method, etc.) in the Project tool window.

This icon is not available if the Autoscroll from Source option is currently on.

/help/img/idea/2017.2/icon_collapse_all_on_title_bar.png Ctrl+NumPad Minus Use this icon or shortcut to collapse all the nodes.
/help/img/idea/2017.2/icon_viewMode.png Use this button to open a menu whose options are a subset of the title bar context menu.
/help/img/idea/2017.2/icon_hideSide.png Shift+Escape Use this icon or shortcut to hide the tool window.

When used in combination with the Alt key, clicking this icon hides all the tool windows attached to the same tool window bar.

Content pane

The content pane shows the solution items such as directories, files, etc.

Context menu commands for the content pane items

When you right-click an item in the content pane, the context menu for this item is shown. This menu provides access to all the functions available for the selected item:

ItemShortcutDescription
New Ctrl+N Use this command to create a new item (directory, file, or class). within the selected one (solution or directory).
Add Existing Item Use this command to associate an existing file or directory with your solution.
Cut Ctrl+X Use this command to move the selected item or items from the current location to the clipboard.
Copy Ctrl+C Use this command to copy the selected item or items to the clipboard.
Copy Path(s) Ctrl+Shift+C Use this command to copy the full path(s) of the selected item or items to the clipboard.
Paste Ctrl+V Use this command to insert the contents of the clipboard into the selected location.
Rename Ctrl+R, R Use this command to invoke the Rename refactoring for the current file or folder.
Edit [file] F4 Use this command to open the selected file in the editor. If the file is already open, the corresponding editor tab will become active.
Refactor This Ctrl+Shift+R Use this command to perform one of the refactorings available for the selected item.
Delete Delete Use this command to delete the selected item. Note that this command will remove the selected file or project from the solution and from the file system. Therefore, use this command only if you are absolutely sure that the item is not used anywhere. In all other cases, use the Safe Delete refactoring (Ctrl+R, D).
Change Dialect (<CurrentDialect>)For SQL files and database consoles: change the SQL dialect associated with the file or console.
Run '<item_name>' Ctrl+F5 For an SQL file or database console: execute all the statements contained in the selected file or console.
Local History Use this command to view local history for the selected file or directory, or to create a label for the current version of your solution. See Local History and Using Local History.
Synchronize '<item_name>'Use this command to synchronize the selected item with its version saved in the file system.

(If you change a file or directory contents externally, Rider, under certain circumstances, may not be aware of the corresponding changes unless you use this command.)

Show in ExplorerUse this command to open a file browser (e.g. Windows Explorer or Finder) and show the selected item there.
File Path N/A Use this command to open the File Path menu. This menu shows the path from the file system root to the selected element with individual directories as the menu items.

When you select an item in this menu (e.g. a directory), a file browser (e.g. Windows Explorer or Finder) opens, and the selected item is shown there.

Compare With Ctrl+D Use this command to compare the selected file or directory with another file or directory. See Comparing Folders and Differences viewer for folders.

File status highlights

If VCS integration is enabled for the current solution, Rider uses colors to denote VCS file status in the Solution tool window. The following table presents information about the meaning of the colors.

ColorFile StatusDescription
BlackUp to dateFile is unchanged.
/help/img/idea/2017.2/highlightBlackTxt.GIF
Gray DeletedFile is scheduled for deletion from the repository.
/help/img/idea/2017.2/highlightGrey.gif
Blue ModifiedFile has changed since the last synchronization.
/help/img/idea/2017.2/highlightBlueTxt.GIF
Green AddedFile is scheduled for addition to the repository.
/help/img/idea/2017.2/highlightGreenTxt.GIF
Violet MergedFile is merged by your VCS as a result of an update.
/help/img/idea/2017.2/highlightVioletTxt.GIF
Brown UnversionedFile exists locally, but is not in the repository, and is not scheduled for adding.
/help/img/idea/2017.2/highlightBrown.gif
Olive IgnoredFile will be ignored in any VCS operation.
/help/img/idea/2017.2/highlightOlive.gif
Light brown HijackedFile is modified without checkout. This status is valid for the files under Perforce, ClearCase and VSS.
hijacked
Red Merged with conflictsDuring the last update, file was merged with conflicts.
/help/img/idea/2017.2/highlightRedTxt.GIF
Lilac Externally deletedFile is deleted locally, but was not scheduled for deletion, and still exists in the CVS repository.
/help/img/idea/2017.2/highlightLilac.gif
Dark cyan SwitchedThe file is taken from a different branch than the whole project. This status is valid for CVS and SVN.
/help/img/idea/2017.2/highlightCyanTxt.GIF
Last modified: 11 October 2017

See Also

Getting Started:

Concepts: