We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb5df0 commit b7cc9a7Copy full SHA for b7cc9a7
crates/ide_completion/src/render.rs
@@ -272,6 +272,7 @@ fn render_resolution_simple_(
272
cov_mark::hit!(inserts_angle_brackets_for_generics);
273
item.lookup_by(local_name.clone())
274
.label(SmolStr::from_iter([&local_name, "<…>"]))
275
+ .trigger_call_info()
276
.insert_snippet(cap, format!("{}<$0>", local_name));
277
}
278
0 commit comments