FIXME

Keep track of all "FIXME" comments in your code base with vx.

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
...

Was this page helpful?