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

Item | Description |
---|---|
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. 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 Window. |
Icon | In this drop-down list, select an icon to denote matching to-do items in the To-do Explorer Window. |
See Also
Reference:
Last modified: 15 December 2016