Skip to content

Completion don't provide property target in record parameter  #51756

@huoyaoyuan

Description

@huoyaoyuan

Version Used:
VS 16.9.0

Steps to Reproduce:

public record R([/*here*/] string M);

// modifying attribute target:
public record R([/*here*/ SomeAttribute] string M);

// adding attribute:
public record R([/*here*/ string M);

Expected Behavior:
Contextual keyword property provided.

Actual Behavior:
No contextual keyword property provided.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions