-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEConcept-Continuous ImprovementFeature - Target-Typed New`new (args)` gets the created type inferred from context`new (args)` gets the created type inferred from contextIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick InfoResolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implemented
Milestone
Description
I'm on latest VS 2019 preview, and I've noticed auto-complete popup doesn't work for new() class initializers. As in:
var color = new Color()
{
// ctrl+space and suggestions are "r, g, b, a"
}
Color color = new()
{
// ctrl+space has no response
}
Reported here (thanks @SirIntruder)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEConcept-Continuous ImprovementFeature - Target-Typed New`new (args)` gets the created type inferred from context`new (args)` gets the created type inferred from contextIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick InfoResolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implemented