-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Intellisense not working consistently on 1.41 #87836
Comments
@tomonline I'm guessing you are talking about JavaScript? Can you please provide short example that exhibits the problem? Thank you! |
/needsMoreInfo |
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue. Happy Coding! |
Same issue on Darwin x64 19.0.0 (Catalina). example: |
@kieferrm Apologies - yes it's javascript, though to be specific, it's a Typescript file generated from Angular CLI. VS Code version: Code 1.41.1 (26076a4, 2019-12-18T14:58:56.166Z) The first time I invoke intellisense via Ctrl+Space, VSC suggests which file to import: The scond time I invoke intellisense via Ctrl+Space, VSC provides no suggestions: An error is thrown in DevTools, as follows:
|
Tracked upstream by microsoft/TypeScript#35036 @tomonline If you have a change, please share steps to reproduce this issue upstream (such as the code that causes this) |
Also occurs with javascript, not only typescript. |
Issue Type: Bug
Hi,
I am using VS Code 1.41 on Windows and I noticed that there was an issue with Intellisense suggesting auto-imports.
If an import was missing, the item is red-underlined, and pressing Ctrl+Space works once by showing suggested imports. However, if I try to use it a second time, on the same file, same import or even anywhere in the application it fails to work, returning just 'No suggestions'
Interestingly though, hovering over the item with the red underline and then selecting 'Quick Fix' does provide the suggested import consistently. However, this is a lot slower than the keyboard method.
I have downgraded back to 1.40.2 and the functionality has returned with Ctrl+Space working consistently again.
Could you suggest what is the issue here with 1.41?
Thanks
Tom
VS Code version: Code 1.41
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 (24)
The text was updated successfully, but these errors were encountered: