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
In some recent updates, you now get help from the engine with auto-complete. This is great as you no longer have to type CTRL+Space. While this is great for functions, parameters with validate sets and so on, it's pretty much destructive for typing standard strings.
It would be great if auto-fill for parameters where it's a string without autocomplete it would not suggest anything.
Of course workaround to it is - as soon as it shows up, press escape and continue typing. I can live with this if this is something not fixable.
PowerShell Version
PSVersion 7.3.0-preview.4PSEdition CoreGitCommitId 7.3.0-preview.4OS Microsoft Windows 10.0.22000Platform Win32NTPSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}PSRemotingProtocolVersion 2.3SerializationVersion 1.1.0.1WSManStackVersion 3.0
The accepting of the completion result is my bad, I forgot adding quote as a commit trigger would include at the start of a string literal. This is fixed with PowerShell/PowerShellEditorServices#1819
The greater issue of file completions in general not being useful most of the time is something that will take a hot minute to resolve, but I am working on it. First I must solve PowerShell/PowerShellEditorServices#1810, then I can exclude them when you aren't already typing a path.
Prerequisites
Summary
In some recent updates, you now get help from the engine with auto-complete. This is great as you no longer have to type CTRL+Space. While this is great for functions, parameters with validate sets and so on, it's pretty much destructive for typing standard strings.
It would be great if auto-fill for parameters where it's a string without autocomplete it would not suggest anything.
Of course workaround to it is - as soon as it shows up, press escape and continue typing. I can live with this if this is something not fixable.
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Already did above.
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: