Using this dialog box, you can edit patterns for To-do items in your code.
For more information, see
Using to-Do Lists.
| Item | Description |
|---|---|
| Title | In this field, you should specify the pattern name. |
| 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. E.g.:
// 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. |
| Icon | In this drop-down list, select an icon to denote matching to-do items in the To-Do Explorer. |

