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

scoped keyword not included in completion list #66305

Closed
cston opened this issue Jan 7, 2023 · 3 comments · Fixed by #70290
Closed

scoped keyword not included in completion list #66305

cston opened this issue Jan 7, 2023 · 3 comments · Fixed by #70290
Assignees
Labels
Milestone

Comments

@cston
Copy link
Member

cston commented Jan 7, 2023

Version Used:
Version 17.5.0 Preview 3.0 [33305.347.main]

Steps to Reproduce:

  1. New Console App
  2. Type scoped within Main method body

scoped-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 Jan 7, 2023
@cston cston added this to the 17.5 milestone Jan 7, 2023
@Youssef1313
Copy link
Member

That's strange. It should be in Preview 3 if I understand correctly: #65696

@Youssef1313
Copy link
Member

It should also be covered by this test:

[Fact]
public async Task TestEmptyStatement()
{
await VerifyKeywordAsync(AddInsideMethod(
@"$$"));
}

@cston
Copy link
Member Author

cston commented Jan 7, 2023

Thanks @Youssef1313, I'll investigate.

@cston cston self-assigned this Jan 7, 2023
@arkalyanms arkalyanms removed the untriaged Issues and PRs which have not yet been triaged by a lead label Jan 9, 2023
@cston cston modified the milestones: 17.5, 17.6 Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants