-
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.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Interactive-IntelliSensetab completiontab completion
Description
Summary of the new feature / enhancement
Output from executables like ipconfig.exe are saved as strings in PowerShell. The type inference should be aware of this so we can get tab completion like: ipconfig.exe | foreach {$_.<Tab>
One problem here is that there's no way for PowerShell to know whether or not an executable actually outputs anything, but I think it's safe to assume that every executable outputs something and when that assumption is wrong the end user probably won't notice anyway since they have no reason to attempt to tab complete the output.
Proposed technical implementation details (optional)
No response
mklement0, iSazonov and SeeminglyScience
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.Up-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Interactive-IntelliSensetab completiontab completion