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
I often experience that vscode-powershell recommends autocomplete / intellisense for wrong cmdlet. Example just now, seems intellisense is from Add-Member cmdlet and Test-NetConnection? Really messed up.
Note the 'abc' symbol next to it, I'm pretty sure that means that's a word-based suggestion (that is, from VS Code completing out of what thinks are nearby symbols) not an extension-completion. Can you try disabling editor.suggest.showWords?
Maybe. Based on my experience with PowerShell it does not seem particularly useful with with intellisense suggestions with no context. Maybe LLMs could improve it, it could understand context a bit better.
Prerequisites
Summary
I often experience that
vscode-powershell
recommends autocomplete / intellisense for wrong cmdlet. Example just now, seems intellisense is fromAdd-Member
cmdlet andTest-NetConnection
? Really messed up.PowerShell Version
Visual Studio Code Version
Extension Version
ms-vscode.powershell@2025.0.0
Steps to Reproduce
Write PowerShell. Use cmdlets. Often get recommended parameters / autocomplete / intellisense for the wrong cmdlet.
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: