You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the existing issues, especially the pinned issues.
Exception report
N/A
Screenshot
Test files:
How the test function behaves (correctly) in ISE when using CTRL+SPACE:
How it behaves (correctly) in VSCode:
How it behaves in the console (with PSReadLine). The duplicates have been eliminated when they shouldn't be; although the ListItemText is identical for the duplicate CompletionMatches, the objects represented by each CompletionResult are unique.
Auto-complete (using either TAB or CTRL+SPACE) should only show files (and not folders) that start with "file" + a number between 2 and 9 (regardless of what comes after the number).
MenuComplete items shouldn't be filtered out (or recognized as "duplicates") when the ListItemText is the same yet the CompletionResults are different for each MenuComplete item (as the CompletionResult tooltip(s) in my example illustrate)
Expected behavior should mirror how ISE and VSCode present CompletionResult items
Actual behavior
The "duplicate" MenuComplete items are filtered out.
The text was updated successfully, but these errors were encountered:
Prerequisites
Exception report
N/A
Screenshot
Test files:
How the test function behaves (correctly) in ISE when using CTRL+SPACE:
How it behaves (correctly) in VSCode:
How it behaves in the console (with PSReadLine). The duplicates have been eliminated when they shouldn't be; although the ListItemText is identical for the duplicate CompletionMatches, the objects represented by each CompletionResult are unique.
Environment data
Steps to reproduce
This is the test function I used.
Auto-complete (using either
TAB
orCTRL+SPACE
) should only show files (and not folders) that start with "file" + a number between 2 and 9 (regardless of what comes after the number).Expected behavior
Actual behavior
The "duplicate" MenuComplete items are filtered out.
The text was updated successfully, but these errors were encountered: