| Priority |
Normal |
| Type | Usability Problem |
| State | Won't fix |
| Assignee | Ilya Ryzhenkov |
| Subsystem | No subsystem |
| Affected versions |
No affected versions
|
| Fixed in |
No fix versions
|
| Fixed in build |
|
|
I have modified the ReSharper -> Options -> To-do Items -> Todo pattern from (\W|^)(?<TAG>TODO)(\W|$)(.) to ^(?<TAG>TODO)(\W|$)(.). This now only identifies the todo when it is at the beginning of the line. I have made the same changes to Note and Bug.
I was going to say ignore this issue, but perhaps the default regex should not include \W| at the beginning of the regex.