Skip to content

"Add ::<>" should trigger signature help #12031

@jonas-schievink

Description

@jonas-schievink
fn f() {
    std::mem::size_of$0();
}

The "Add ::<>" assist turns this into std::mem::size_of::<$0>(), but does not trigger the signature help popup.

Unlike completions, assists don't currently have this functionality built in, so some extra work is needed.

Metadata

Metadata

Labels

A-assistsC-featureCategory: feature requestS-actionableSomeone could pick this issue up and work on it right now

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions