Todo Comments
todoCommentsFind and locate TODO, FIXME, HACK, and other comment markers in source files. Returns each marker's file location and text for code review and task tracking.
Instructions
Find all TODO, FIXME, HACK, and other configured comment markers in a file. Returns the location and text of each matching comment. You must provide the descriptors array specifying which markers to search for.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path (absolute or relative to cwd) | |
| descriptors | Yes | Array of comment markers to search for |