ReSharper 2021.1 Help

To-do Explorer window

ReSharper | Windows | To-do Explorer
Control+Alt+OemPeriod
ReSharper_ShowTodoExplorer

To-do Explorer helps navigate between To-do items within your solution.

ReSharper: To-do explorer

Toolbar Controls

ControlNameDescription
Themed icon expand all screen gray Themed icon collapse all screen grayExpand All/ Collapse AllExpands/collapses all nodes in the current tab.
Themed icon up screen gray Themed icon down screen grayPrevious/ Next
Shift+F8/ F8
Navigate to the previous/next item and scrolls through the source code accordingly.
Themed icon preview toggle screen grayShow Preview Ctrl+PHides or shows the pane with a preview of the selected item in the position specified using the list (at the bottom or in the right part of the window).
Themed icon export screen grayExportClick this button to export the data currently displayed in the window in text format, or use the drop-down selector to export the data in XML or HTML format. The Export Data dialog that appears, will help you to save the data to a file or copy it to the clipboard.
Themed icon settings screen grayTo-do SettingsOpens the Tools | To-do Items page of ReSharper options, where you can manage patterns for To-do items.
Themed icon highlighting screen grayPaint itemsToggles coloring of To-do items in the window according to their types (Edit, Normal, Question, Warning, Error). Colors are configurable on the Environment | Fonts and Colors page of Visual Studio options:
Configuring editor and marker bar colors for ReSharper's To-do items
Themed icon generated code screen grayShow To-do items in generated codeAllows you to show or hide To-do items in generated code. You can configure the list of files and regions containing generated code on the Code Inspection | Generated Code page of ReSharper options.
Filter

Use this list to select a filter to show items that pertain to the corresponding pattern only. By default, five filters are provided:

  • (all)

  • Todos

  • Notes

  • Bugs

  • Not Implemented

Group by

Use this list to select criteria for grouping To-do items. Several options are provided:

  • None- items are displayed as a plain list.

  • Types- items are grouped by containing types.

  • Namespaces- items are grouped by namespaces, which are displayed as a plain list, with nesting structure not taken into account.

  • Namespaces and Types- items are grouped by namespaces and, on a lower level, by classes where they are encountered.

  • Directories- items are grouped by directories where they are stored; directories are displayed as a plain list, with nesting structure not taken into account.

  • Files- items are grouped by their containing files.

  • Directories and Files- items are grouped by directories where they are stored and, on a lower level, by their containing files; directories are displayed as a plain list, with nesting structure not taken into account.

  • Projects- items are grouped by their containing projects.

  • Projects and Types- items are grouped by containing projects and, on a lower level, by types.

  • Projects and Directories- items are grouped by containing projects and, on a lower level, by directories; within a project, directories are displayed as a plain list, with nesting structure not taken into account.

  • Project Structure- items are grouped according to the physical structure of a project, with all nesting relationships represented.

Last modified: 08 March 2021