-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEConcept-Continuous ImprovementIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick Infohelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Description
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
Most likely the change needs to be made in PartialMethodCompletionProvider.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEConcept-Continuous ImprovementIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick Infohelp wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
