3 matches across 1 files for TODO lang:JSON lang:JSON lang:JSON path:src/tools/rust-analyzer/editors/code/package.json
snippet_mode: grep · sorted by relevance
src/tools/rust-analyzer/editors/code/package.json JSON 3 matches view file →
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 loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage 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.