-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-IntelliSensetab completiontab completion
Description
Steps to reproduce
$script = '[CmdletBinding()]
param(
# Parameter help description
[Parameter(Mandatory = $false)]
[ParameterType]
$ParameterName
)
$false'
TabExpansion2 -inputScript $script -cursorColumn $script.Length | % CompletionMatchesExpected behavior
CompletionText ListItemText ResultType ToolTip
-------------- ------------ ---------- -------
$false false Variable [bool]$falseActual behavior
CompletionText ListItemText ResultType ToolTip
-------------- ------------ ---------- -------
$false false Variable [ParameterType]$falseError details
No response
Environment data
Name Value
---- -----
PSVersion 7.3.0
PSEdition Core
GitCommitId 7.3.0
OS Microsoft Windows 10.0.22621
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Visuals
No response
Metadata
Metadata
Assignees
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.WG-Interactive-IntelliSensetab completiontab completion