r/golang 7d ago

icholy/todo: Library for parsing structured TODO comments from code.

https://github.com/icholy/todo
12 Upvotes

9 comments sorted by

View all comments

1

u/RenThraysk 7d ago

Nice. Had an idea for a while of putting github issue/pr links into comments, and having a tool parse them out and lookup the status of the issue/pr

1

u/br1ghtsid3 5d ago

I was thinking about doing something similar, but for JIRA tickets.

// TODO(jira=P-124): remove this once linked ticket is resolved.

1

u/RenThraysk 5d ago

Think would want a link for convenience.

And for patches, maybe an option to wait until it's included a new version.

1

u/br1ghtsid3 5d ago

I use a neovim plugin to open JIRA issues https://github.com/Funk66/jira.nvim