-
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
Summary of the new feature / enhancement
Get-Random can be used on collections like this: $RandomFiles = Get-ChildItem $PSHOME -File | Get-Random -Count 5 the type inference should handle this the same way it does with Select-Object -First X so tab completion can work like you would expect, eg: Get-ChildItem $PSHOME -File | Get-Random -Count 5 | where {$_.<tab>
Proposed technical implementation details (optional)
No response
mklement0, iSazonov, dwtaber and aguzev
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