66 matches across 1 files for TODO path:src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_impl_members.rs
snippet_mode: auto · sorted by relevance
src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_missing_impl_members.rs RUST 66 matches · showing 5 view file →
42//
43// fn foo(&self) -> u32 {
44// todo!()
45// }
46// }
· · ·
206 && let Some(ast::AssocItem::Fn(func)) = &first_new_item
207 && let Some(m) = func.syntax().descendants().find_map(ast::MacroCall::cast)
208 && m.syntax().text() == "todo!()"
209 {
210 placeholder = Some(m);
· · ·
288
289 fn foo(&self) {
290 todo!()
291 }
292
· · ·
293 fn baz(&self) {
294 todo!()
295 }
296
· · ·
329
330 fn foo(&self) {
331 ${0:todo!()}
332 }
333
+ 61 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.