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

Change partial keyword recommender to better handle partial member syntax #76744

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

ToddGrun
Copy link
Contributor

The partial keyword recommender for members was previously only allowing async/static keywords to precede it and relying on the type modifier code to catch other supported keywords. A better approach would be to have the member modifier check not special case async/static, but instead check against all member modifiers (eg: virtual/override)

Fixes #61439

…ntax

The partial keyword recommender for members was previously only allowing async/static keywords to precede it and relying on the type modifier code to catch other supported keywords. A better approach would be to have the member modifier check to not special case async/static, and instead check against all member modifiers (eg: virtual/override)

Fixes dotnet#61439
@ToddGrun ToddGrun requested a review from a team as a code owner January 14, 2025 19:47
@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 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Partial doesn't trigger soft select in override completion
3 participants