Skip to content

todos() and fixmes() should capture multiline comments #189

Description

@jmbarbone

Would like to capture multi line statements and wrap them with a single " ".

foo <- function() {
  # TODO the todo searches should find lines where the comment
  # is continued to a second line.  Maybe matching the number 
  # of spaces prior to `#`
  "Hello"
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions