-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete stopped working after 1.41 update. #87034
Comments
Does the problem also happen if you launch with all extensions disabled? |
I have the exact same problem, tried in stable version and in insiders too. Got all extensions disabled, it is happening after 1.41 update, it works only for the first suggestion and then doesn't work anymore. |
i have same behavior, works only for first suggestion and without extensions too |
@hrds What languages are you coding in? |
@RMacfarlane JavaScript in this case, but it's problem with suggestions overall. |
Same issue here. Intellisense stops responding alongside some other functions (like GoTo). Downgrade to 1.40 helps for sure, so it's a valid tmp fix. Please, let us know when the issue is resolved somehow. |
I'm seeing the same behavior as well. uninstalling vs-code then installing 1.41 did not seem to help. |
Same for me. When i do "Restart TS server" for a one import it works, but then stops again and showing 'No Suggestions'. |
@hrds Do you see this issue in other files, such as json or html? Also does this reproduce with all extensions disabled? |
I found workaround here: microsoft/TypeScript#35716 (comment). At least it works for me. It seems autocompletion with this extension works even better than before. |
mark,I have the same problem. |
Autocomplete back again now |
Same, I'm checking right now, everything works. idk what you did, but thanks |
I'm not having the same luck as the above 2, Intellisense is just showing Loading while hovering, and not providing autocomplete. Extensions or not it is failing. I am working with JS files, it appears like it is breaking when a file can be auto-imported. I restarted VSCode, and even rebooted to no avail. I updated perhaps 2 days ago, this error was not present until today. I was able to produce a Typescript server error in the exthost log. Turning off all extensions did not solve the issue, but the error was gone.
|
Intellisense doesn't work for me either on |
This comment has been minimized.
This comment has been minimized.
Hey, does anyone here have any steps or any commonalities? Is everyone having trouble with react based projects only? |
Well, not React based, but JS + ES6 Modules based. |
@alexdima I tested on typescript and javascript react based projects, it's not working. For some reason in typescript projects when i enable typescript@next extension, intellisense and autoimports works fine. |
@alexdima I've only tried with React JS files thus far. Everything seems to work fine for the first minute or so, and than Intellisense starts failing. I'm not sure if there is a way to get a log of Intellisense, but I didn't find anything digging around the dev log file folder. |
For me it autocomplete stopped a while ago on code insiders, switched to regular and it came back until 1.41. Just downgraded to 1.40 regular and all is good. 1.42 insiders is also broken |
Me, too. But, can use lower version, 1.30 is working! |
I use typescript@next extension and choose the version of 3.6.*, it seems to work |
I added extension(JavaScript and TypeScript Nightly), and the problem is gone |
@mjbvz From the comments, I think this is a problem with the specific |
Check the drive that your project is on. If it's on a different drive to the one you put your VS Code install on, try putting it on the same drive This was raised a few weeks ago on insiders (#85889) - is down to the TS version. VS Code ships with TS 3.7.3, which has the issue Fix is there (microsoft/TypeScript#35512), but it's not out the gates yet Doing |
@hrds So has the issue been fixed for you? Are your projects stored on non-c drives on windows? If so, please try upgrading your workspace to use |
i was seeing this issue and my projects are on a different drive than vscode is installed on, so there is probably some credence in that being the culprit. I've since downgraded to 1.4.0.2 so I cannot attempt the typescript workaround |
For me the issue was a bit different: |
Use typescript@next is work for me! |
Closing this as a likely duplicate of microsoft/TypeScript#35512 To workaround this, use |
i was seeing this issue and i install older version 1.40 it work fine for me. |
WOW. Its worrks. Thank you man! P.S. I honestly don't understand why I should install noname extension to use default features of editor. |
As I understand the situation, that extension allows a 1.41 user to benefit in advance from a set of fixes that will land in 1.42, expected to ship later this week. @mjbvz is this true? |
Issue Type: Bug
Every type of auto complete(snippets, intellisense etc) stopped working after 1.41 update. This issue reproducing on my laptop, on other computers everything is okay.
VS Code version: Code - Insiders 1.42.0-insider (cbeff45, 2019-12-13T07:08:57.560Z)
OS version: Windows_NT x64 10.0.18362
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled
Extensions (2)
The text was updated successfully, but these errors were encountered: