13▶TODO(prattmic): Ideally this would be built on the fly to better cover all
10 matches across 5 files for TODO lang:Markdown
15▶TODO(prattmic): Ideally this would be built on the fly to better cover all
27▶At a minimum, that file should contain either a full sentence or a TODO,
+ 2 more matches in this file
129▶TODO: can we come up with a shorter example that still shows the control flow?
+ 3 more matches in this file
138▶### TODO
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |