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
When the completions suggestion auto fires after the :: is typed, it only shows recent input.
[OleDbType]::
It seems unaware of the current context, possibly that the event trigger of pressing : twice doesn't wait for the context to be resolved before offering suggestions. If the suggestion box is cancelled and completions are requested manually, then the suggestions are relevant to the context.
Environment data
Name Value
---- -----
PSVersion 7.2.6
PSEdition Core
GitCommitId 7.2.6
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.0
Version
v2022.8.4
The text was updated successfully, but these errors were encountered:
Thanks for the report! This is a known issue being tracked in #1810.
For a temporary workaround, you can press Ctrl + Space when it happens. If that just comes up saying "no completions" you can usually press Esc to close the completions window and then Ctrl + Space to trigger it again.
Prerequisites
Steps to reproduce
Note I have the following
using
context.When the completions suggestion auto fires after the
::
is typed, it only shows recent input.[OleDbType]::
It seems unaware of the current context, possibly that the event trigger of pressing
:
twice doesn't wait for the context to be resolved before offering suggestions. If the suggestion box is cancelled and completions are requested manually, then the suggestions are relevant to the context.Environment data
Version
v2022.8.4
The text was updated successfully, but these errors were encountered: