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

return attribute target not suggested inside attribute list target syntax #71200

Closed
Rekkonnect opened this issue Dec 10, 2023 · 0 comments · Fixed by #71288
Closed

return attribute target not suggested inside attribute list target syntax #71200

Rekkonnect opened this issue Dec 10, 2023 · 0 comments · Fixed by #71288
Assignees
Labels
Area-IDE help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IntelliSense-Completion
Milestone

Comments

@Rekkonnect
Copy link
Contributor

Rekkonnect commented Dec 10, 2023

Version Used:
Visual Studio Community 2022 Version 17.8.3
4.8.0-7.23572.1 (commit 7b75981)

Steps to Reproduce:

  1. Have a property with any accessor
  2. Attempt to edit the attribute list target of an attribute list on that accessor
  3. Partially type the return keyword (e.g. "re", or "ret")
  4. Try to find the return keyword

Example repro

Expected Behavior:

The return keyword is included in the suggestions.

Actual Behavior:

The return keyword is not included in the suggestions.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 10, 2023
@genlu genlu self-assigned this Dec 15, 2023
@genlu genlu added help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IntelliSense-Completion and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 15, 2023
@genlu genlu added this to the 17.9 milestone Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IntelliSense-Completion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants