Skip to content

Completion should suggest potential generic parameter name when typing #81787

@DoctorKrolic

Description

@DoctorKrolic
public class MyClass
{
    public TReturnType M<$$>
}

It would be great if completion at $$ suggested TReturnType as a generic parameter name since that name isn't resolved. Probably as a soft completion since user may want to have multiple parameters or generate the type after they finish typing method signature. Also maybe limit this to only when potential name starts with T or that's too restrictive?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions