-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Tab completion confusion with common parameters #1265
Copy link
Copy link
Closed
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-IntelliSensetab completiontab completion
Milestone
Description
Steps to reproduce
function foo { param($DebugBuild) }
Receive-Job -wa<TAB>foo -D<TAB>foo -Debug<TAB>
Expected behavior
- Cycle through -Wait and -WarningAction
- Cycle through -Debug and -DebugBuild
- Cycle through -Debug and -DebugBuild
Actual behavior
- Only completes -WarningAction
- Only completes -DebugBuild
- No additional completion
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-IntelliSensetab completiontab completion