Skip to content
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 does not work at times #134320

Closed
jaideeprana opened this issue Oct 2, 2021 · 7 comments
Closed

Autocomplete does not work at times #134320

jaideeprana opened this issue Oct 2, 2021 · 7 comments
Assignees
Labels
javascript JavaScript support issues *question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@jaideeprana
Copy link

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version:
  • OS Version:

Steps to Reproduce:

  1. Attached video to demonstrate the steps to replicate:
vs_code_auto_complete_does_not_work_at_times.mov
@jaideeprana
Copy link
Author

VS Code Version: 1.60.2
OS: macOS 11.6 20G165 x86_64

@faisalsayed10
Copy link

I think it's a normal behaviour that autocomplete doesn't work when you are using a snippet?

@ullaskunder3
Copy link

@jaideeprana I had a same problem... It's because of builtin typescript & JavaScript language features extension
solution #134321

@mjbvz mjbvz added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Oct 4, 2021
@mjbvz
Copy link
Contributor

mjbvz commented Oct 4, 2021

Try setting "editor.suggest.snippetsPreventQuickSuggestions": false

@mjbvz mjbvz closed this as completed Oct 4, 2021
@mjbvz mjbvz added the javascript JavaScript support issues label Oct 4, 2021
@ullaskunder3
Copy link

@mjbvz that doesn't fix the issue, the cause of issue is built-in vs code typescript & JavaScript language features extension #134321

@mjbvz
Copy link
Contributor

mjbvz commented Oct 4, 2021

@ullaskunder3 The video shows snippets blocking completions. You're talking about a different issue with a different cause

@jaideeprana
Copy link
Author

Thanks @mjbvz and @ullaskunder3 . I appreciate both of you reaching out to help me and responding to the issue so fast.

I can confirm that the fix proposed by @mjbvz has fixed the issue for me.

However I have one question @mjbvz why is this setting on the disabled or false by default?

@github-actions github-actions bot locked and limited conversation to collaborators Nov 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
javascript JavaScript support issues *question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

4 participants