-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Description
Steps to reproduce
function test {
[OutputType([void])]
[CmdletBinding()]
param()
}
TabExpansion2 -inputScript ($s = '(test).') -cursorColumn $s.Length | % CompletionMatchesExpected behavior
<no results>Actual behavior
CompletionText ListItemText ResultType ToolTip
-------------- ------------ ---------- -------
Equals( Equals Method bool Equals(System.Object obj)
GetHashCode( GetHashCode Method int GetHashCode()
GetType( GetType Method type GetType()
ToString( ToString Method string ToString()Environment data
Name Value
---- -----
PSVersion 7.3.0-preview.3
PSEdition Core
GitCommitId 7.3.0-preview.3
OS Microsoft Windows 10.0.19044
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Reactions 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