5 matches across 3 files for TODO lang:JSON lang:JSON
snippet_mode: auto · sorted by relevance
23 ],
24 "ignoreRegExpList": [
25▶ "/(FIXME|NOTE|TODO)\\([^)]+\\)/",
26 "__builtin_\\w*"
27 ]
30 // See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
31 //
32▶ // "TESTNAME": "<TODO>",
33 "RUST_BACKTRACE": "1"
34 }
764 "rust-analyzer.assist.expressionFillDefault": {
765 "markdownDescription": "Placeholder expression to use for missing expressions in assists.",
766▶ "default": "todo",
767 "type": "string",
768 "enum": [
· · ·
769▶ "todo",
770 "default"
771 ],
· · ·
772 "enumDescriptions": [
773▶ "Fill missing expressions with the `todo` macro",
774 "Fill missing expressions with reasonable defaults, `new` or `default` constructors."
775 ]
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 |
Search any public repo from your terminal
This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.