vscode-todo-parser icon indicating copy to clipboard operation
vscode-todo-parser copied to clipboard

Feature Request Markdown

Open kriebb opened this issue 8 years ago • 0 comments

You could support defining for a type, what to look for.

For example, for an mdown or md document, look for TODO: for the type TODO. For example, for an mdown or md document, look for TASK:for the type TASK

Now, all is a todo. and there is always need for a //TODO. But in a markdown, a simple TODO: should suffice.

In the output window, there should be a grouping for all types. E.g. TODO Todo: Make sure this work Todo: Need a conference call

TASK Task: Need to delegate Task: Group all the things

kriebb avatar May 16 '17 07:05 kriebb