FIXME
Keep track of all "FIXME" comments in your code base with vx.
You don't need to authenticate nor API keys for this feature.
Command
vx fixme
Generated
You will see a todos.md
file created in your repository in the following format
[directory]/[file]:[line number] - [comment]
# FIXME
**.github/workflows/generate_todos.yml:32** - FIXME: Generally Homebrew will handle this for you.
**internal/secrets/secrets.go:139** - FIXME: You can either think of a different way of managing the client or accept an array od secretIds
...