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 is still annoying in some cases #55949

Closed
gjuchault opened this issue Aug 7, 2018 · 1 comment
Closed

Autocomplete is still annoying in some cases #55949

gjuchault opened this issue Aug 7, 2018 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues

Comments

@gjuchault
Copy link

gjuchault commented Aug 7, 2018

Hello,

This is related to #9504

  • VSCode Version: 1.25.1
  • OS Version: macOS Mojave 10.14

Steps to Reproduce:

  1. Create a new JS file. Let's say you're working with Redux or vuex
  2. Start typing:
export const SET_FOO = (state

If I press comma, I get:

export const SET_FOO = (ListeningStateChangedEvent,

If you start typing:

function foo(state

and press comma, everything is fine, autocomplete is not replacing the parameter. Edit: so it seems that's just arrow functions / ES2015+ features that are not handled correctly

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

@vscodebot vscodebot bot assigned mjbvz Aug 7, 2018
@vscodebot vscodebot bot added the javascript JavaScript support issues label Aug 7, 2018
@mjbvz
Copy link
Contributor

mjbvz commented Aug 7, 2018

Duplicate of #54386

@mjbvz mjbvz marked this as a duplicate of #54386 Aug 7, 2018
@mjbvz mjbvz closed this as completed Aug 7, 2018
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 7, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 21, 2018
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) javascript JavaScript support issues
Projects
None yet
Development

No branches or pull requests

2 participants