You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hypotheses: Devs often manage todo's related to specific files, issues and feature branches. Todos with those references should be easy to create in VS Code, but also easy to open later on.
The text was updated successfully, but these errors were encountered:
Perhaps this could also be expanded by the ability to create new tasks from within the editor as well?
Process idea:
User utilizes a keyword in a comment, specifying at least the task title, eg. /* MSTD _task title_ [options?]*/ in TODO Tree fashion, or similar
Extension finds the RegExp & creates a task draft in a separate local list (not synced)
User assigns the details (such as list, due date, etc.) to the draft & the list gets synchronized upon creating the new task with (file/link) reference
Alt.: User utilizes [options] to specify the above (ideally with autosuggestions)
Extension indexes the original MSTD keyword for faster lookup
Extension warns User if there are unsaved drafts upon leaving VSC
I know this seems a bit far-fetched, but perhaps one day?
I feel like a good first step is just having a lightbulb next to existing TODO's that lets you create an item in the Microsoft To-Do extension with some of the info pre-filled.
Hypotheses: Devs often manage todo's related to specific files, issues and feature branches. Todos with those references should be easy to create in VS Code, but also easy to open later on.
The text was updated successfully, but these errors were encountered: