Skip to content

Signature completion for extended partial methods #46752

@RikkiGibson

Description

@RikkiGibson

Related to #43795

Version Used: 226c0c3

Steps to Reproduce:

partial class Program
{
    public static partial int M1();

    partial void M2();

    partial $$ // cursor here
}

Expected Behavior:
Completion list shows options for M1 as well as M2

Actual Behavior:
Completion list only shows an option for M2

image

Most likely the change needs to be made in PartialMethodCompletionProvider.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions