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
We want every // TODO comment to have an associated GitHub issue, but creating an issue can kill your flow while coding. That's why we've created the tdc CLI as part of your devShell.
It works as follows:
Imagine you're here in your editor, and want to insert a TODO:
Use your editors command to execute a command and insert the output. (for example: in Helix this is done by pressing ! in normal mode). Then type tdc "Your issue title":
tdc will create the issue for you, and create a comment in the format of TODO(org/repo#issue): issue title. This way it is easy to search the codebase for the line of code that inspired the issues' creation.
The issue will be created with your specified title, you as an assignee, and a special todo comment label.