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 was editing some code when I wanted to type [idic] and wanted it to autocomplete but it didn't work. I've retried multiple times but couldn't get anything. This is on newest preview - i believe this happens in the log:
Type name completion can break pretty easily in 5.1 because they weren't catching JIT or type load time exceptions.
Check if it works in the console, if it doesn't then check $null = [AppDomain]::CurrentDomain.GetAssemblies().ForEach{ $_.GetTypes() } and see if you get any exceptions.
Ye, so basically the same thing, as in the earlier report. I'll close this one, hoping someday PS 5.1 workaround will be done or maybe PS 7 will be more common.
It's what I used to use manually to reset it when there was a problem (and I still used 5.1 with some frequency). You'll have to run it a lot unfortunately. Also it's an atrocity that's definitely not supported, but might be helpful anyway.
It is, but it's usually caused by a module that isn't shipping everything it's dependent on. So restarting will work, but you're gonna be doing that a lot in certain projects.
Prerequisites
Summary
I was editing some code when I wanted to type [idic] and wanted it to autocomplete but it didn't work. I've retried multiple times but couldn't get anything. This is on newest preview - i believe this happens in the log:
It May be related to:
I thought I would open this up as new one, since it's preview but feel free to move it to known issue.
1651843773-2f790ac8-0ae4-415b-9b55-0dc2007e19e31651843771853.zip
It's not reproducible on daily basis.
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Not applicable
Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: