todo-tree icon indicating copy to clipboard operation
todo-tree copied to clipboard

Default settings: Support common types of documentation comment and @todo tag

Open slaugaus opened this issue 1 year ago • 0 comments

Adds @todo as a default tag and makes the default regex support comments starting with:

  • /** (start of a Javadoc standard doc comment)
  • * (start of a new line of a doc comment)
  • /*! (Qt-style or important comment block)
  • /// (C# and Doxygen)
  • //! (Doxygen)
  • """ (Python docstring)

Inspired by this page of the Doxygen docs.

Tested in RegExr: image

slaugaus avatar Oct 15 '24 23:10 slaugaus