ReSharper 2018.1 Help

Create/Edit Pattern dialog

ReSharper | Options | Tools | To-do Items | Patterns | Create/Edit

Using this dialog, you can edit patterns for To-do items in your code.

Reference Create Pattern dialog box
ItemDescription
Title In this field, specify a name for the pattern.
Regular expression In this field, enter a regular expression that will match the pattern in the code.
Case sensitive Select this check box to look for matching to-do items considering their case.
In comments Select this check box to look for to-do items in comments. Example:
// TODO: this needs cleaning up
In strings Select this check box to look for to-do items in string literals. E.g.:
[Ignore("TODO: RSRP-67377")][Test] public void test07() { DoNamedTest(); }
In identifiers Select this check box to look for to-do items in names of methods, variables, fields, and other identifiers. E.g.:
throw new NotImplementedException();
Color In this drop-down list, select the color to denote matching to-do items in the To-do Explorer window.
Icon In this drop-down list, select an icon to denote matching to-do items in the To-do Explorer window.
Last modified: 20 August 2018

See Also