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

Interface type is not offered in completion list while typing declaration of an explicit implementation for a static member #54005

Closed
AlekseyTs opened this issue Jun 10, 2021 · 2 comments · Fixed by #76150
Labels
Area-IDE Feature - StaticAbstractMembersInInterfaces help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IDE-IntelliSense Completion, Signature Help, Quick Info
Milestone

Comments

@AlekseyTs
Copy link
Contributor

interface I1
{

    static abstract void M1();
}

class C1 : I1
{
    static void 
}

Press 'space' after static void in C1.

Observed:
No completion list offering I1 for explicit implementation.

Expected:
I1 is offered as it is done for instance members.

Note, properties, events, operators and conversions are affected as well.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged Issues and PRs which have not yet been triaged by a lead label Jun 10, 2021
@AlekseyTs
Copy link
Contributor Author

CC @sharwell

@jinujoseph jinujoseph removed the untriaged Issues and PRs which have not yet been triaged by a lead label Jun 16, 2021
@CyrusNajmabadi CyrusNajmabadi added the help wanted The issue is "up for grabs" - add a comment if you are interested in working on it label Oct 22, 2024
@github-project-automation github-project-automation bot moved this to InQueue in Small Fixes Oct 22, 2024
@CyrusNajmabadi
Copy link
Member

We woudl take a targeted community pr here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Feature - StaticAbstractMembersInInterfaces help wanted The issue is "up for grabs" - add a comment if you are interested in working on it IDE-IntelliSense Completion, Signature Help, Quick Info
Projects
Status: Completed
Development

Successfully merging a pull request may close this issue.

4 participants