Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
huoyaoyuan opened this issue Mar 9, 2021 · 1 comment · Fixed by #51760
Closed

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

huoyaoyuan opened this issue Mar 9, 2021 · 1 comment · Fixed by #51760
Labels
4 - In Review A fix for the issue is submitted for review. Area-IDE Concept-Continuous Improvement
Milestone

Comments

@huoyaoyuan
Copy link
Member

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.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Mar 9, 2021
@Youssef1313
Copy link
Member

Thanks for reporting @huoyaoyuan. I'll open a PR to address this.

@jinujoseph jinujoseph added 4 - In Review A fix for the issue is submitted for review. Concept-Continuous Improvement and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Mar 11, 2021
@jinujoseph jinujoseph added this to the 16.10 milestone Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - In Review A fix for the issue is submitted for review. Area-IDE Concept-Continuous Improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants