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

Partial doesn't trigger soft select in override completion #61439

Open
333fred opened this issue May 20, 2022 · 0 comments
Open

Partial doesn't trigger soft select in override completion #61439

333fred opened this issue May 20, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@333fred
Copy link
Member

333fred commented May 20, 2022

Version Used: a51b65c

Steps to Reproduce:

class Base
{
    public virtual void M() {}
}

class Derived : Base
{
    public override $$
}

At the $$, type partial and hit space.

Expected Behavior:

partial is left alone. I would also expect partial to be shown in the completion window, but afaict no keywords are shown in the completion window here. A fix here will also affect required, as that suffers from the same problem.

Actual Behavior:

partial is replaced by whatever is selected in the completion window.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels May 20, 2022
@333fred 333fred added IDE-IntelliSense Completion, Signature Help, Quick Info IntelliSense-Completion labels May 20, 2022
@vatsalyaagrawal vatsalyaagrawal removed the untriaged Issues and PRs which have not yet been triaged by a lead label Jun 2, 2022
@vatsalyaagrawal vatsalyaagrawal added this to the Backlog milestone Jun 2, 2022
@vatsalyaagrawal vatsalyaagrawal modified the milestones: Backlog, 17.3 Jun 2, 2022
@genlu genlu modified the milestones: 17.3, 17.4 Aug 11, 2022
@genlu genlu self-assigned this Aug 11, 2022
@genlu genlu modified the milestones: 17.4, 17.6 Jan 11, 2023
@arunchndr arunchndr modified the milestones: 17.6, Backlog Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants