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

[JS] Spread operator code completion problem #130842

Closed
ghost opened this issue Aug 14, 2021 · 2 comments
Closed

[JS] Spread operator code completion problem #130842

ghost opened this issue Aug 14, 2021 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@ghost
Copy link

ghost commented Aug 14, 2021

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

  • VS Code Version:1.59.0
  • OS Version: XUbuntu 20.04
    Steps to Reproduce:
  1. create a var of type Object (var obj = {A:0, B:0})
  2. now, try assign the object to another var but with operador spread (var other = {...obj})
  3. note, while you are typing the dots, the VScode put the members of the obj, like it was pressed enter to choose.
@IllusionMH
Copy link
Contributor

/duplicate of #130096 which is candidate for July 2021 Recovery release

@github-actions github-actions bot locked and limited conversation to collaborators Sep 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants
@IllusionMH @mjbvz and others