77 matches across 1 files for TODO path:src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs
snippet_mode: grep · sorted by relevance
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs RUST 77 matches · showing 5 view file →
48//
49// fn bar(arg: &'static str, baz: Baz) ${0:-> _} {
50// todo!()
51// }
52//
· · ·
419/// the correct return type).
420/// * If we could infer the return type, don't focus it (and thus focus the function body) so the
421/// user can change the `todo!` function body.
422fn make_return_type(
423 ctx: &AssistContext<'_>,
· · ·
1325
1326fn bar() ${0:-> _} {
1327 todo!()
1328}
1329",
· · ·
1352
1353fn bar() ${0:-> _} {
1354 todo!()
1355}
1356",
· · ·
1376
1377fn bar() ${0:-> _} {
1378 todo!()
1379}
1380
+ 72 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.