Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Ilya Ryzhenkov
Subsystem
TODO Items
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Serge Baltic
    3 years ago (25 Jun 2008 18:42)
  • Updated by   Kirill Falk
    12 months ago (03 May 2011 15:31)
  • Jira: RSRP-73288
    (history, comments)
 
RSRP-73288 TODO in Multiline Comments Fails to Capture the Whole Comment Body
5
Issue is visible to: All Users
  The issue is visible to the selected user group only
/* TODO: review
the solution */


The whole text should be getting into the TODO view. Currently, only the first line does.
Comments (2)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Ilya Ryzhenkov
  Ilya Ryzhenkov
29 Jul 2008 16:49
3 years ago
Problem with todo like this:
      /* TODO: That's multiline comment
       * TODO: test of the todo item */
Jonathon Rossi
  Jonathon Rossi
28 Sep 2008 17:25
3 years ago
This is also an issue with TODOs that are using the single line comment syntax.

//TODO: first line
//      second line