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

No completion for constructor parameter type when attribute is present #73120

Closed
Peter-Juhasz opened this issue Apr 20, 2024 · 0 comments · Fixed by #75266
Closed

No completion for constructor parameter type when attribute is present #73120

Peter-Juhasz opened this issue Apr 20, 2024 · 0 comments · Fixed by #75266
Labels
Area-IDE Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone

Comments

@Peter-Juhasz
Copy link

Version Used: 17.10.P4 (but it was present earlier)

Steps to Reproduce:

Rogzites.2024-04-20.090051.mp4
class T([A] $$ name)
{

}

Diagnostic Id:
No.

Expected Behavior:
Completion for types.

Actual Behavior:
There is no code completion.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 20, 2024
@CyrusNajmabadi CyrusNajmabadi added Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Apr 20, 2024
@CyrusNajmabadi CyrusNajmabadi added this to the Backlog milestone Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

2 participants