136 matches across 1 files for TODO path:src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_match_arms.rs
snippet_mode: auto · sorted by relevance
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_match_arms.rs RUST 136 matches · showing 5 view file →
34// fn handle(action: Action) {
35// match action {
36// Action::Move { distance } => ${1:todo!()},
37// Action::Stop => ${2:todo!()},$0
38// }
· · ·
37// Action::Stop => ${2:todo!()},$0
38// }
39// }
· · ·
742fn foo(a: bool) {
743 match a {
744 true => ${1:todo!()},
745 false => ${2:todo!()},$0
746 }
· · ·
745 false => ${2:todo!()},$0
746 }
747}
· · ·
765 match a {
766 true => {}
767 false => ${1:todo!()},$0
768 }
769}
+ 131 more matches in this file
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.