vscode-todo-parser
vscode-todo-parser copied to clipboard
Feature Request Markdown
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