ReSharper 2018.3 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.

ReSharper: Edit to-do pattern dialog

Item

Description

Name

In this field, specify a name for the pattern.

Pattern

In this field, enter a regular expression that will match the pattern in the code.

URL

In this field, you can optionally specify a URL, which will be added to items that match the pattern:

ReSharper. To-do link to GitHub issue from the comment

Icon

In this drop-down list, select an icon to denote matching to-do items in the To-do Explorer window.

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();

Last modified: 25 April 2019

See Also