-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-IntelliSensetab completiontab completion
Description
Constructs like
@{
Name = "Staffan",
Size = 3
}
is quite easy to infer types from, and the same is true for the conversion expression to
[pscustomobject] @{
Name = "Staffan",
Size = 3
}
The same mechanisms that is needed to support synthetic PSTypeNames could also be used to provide type inference for Select-Object -Property and the Group and Value propererties of the output of Group-Object
None of this is supported as of 6.1-preview 3.
mklement0felixfbecker
Metadata
Metadata
Assignees
Labels
Issue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-IntelliSensetab completiontab completion