-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Autocomplete doesn't work after using spread operator #10797
Comments
Comment by dblachut I can confirm this issue, please fix asap. 👍 |
Comment by dblachut Looks like tern does not have support for "SpreadElement". After adding stub implementation in https://github.com/ternjs/tern/blob/a53d2ee43d091a44fb4291779a786ed3fc010ba3/lib/infer.js#L1373 it works. I will try to investigate it further, or event fix it, tomorrow. Unless someone will do it first(?). :) |
Comment by ficristo Could you try this PR adobe/brackets#11569 to see if it fixes this issue? |
Comment by dblachut Looks like it did, at least for me. I can use it as a temporary solution. Thanks. |
Comment by EkaterinaMironova Cool! It works! Thanks a lot =) |
Comment by MarcelGerber This is fixed with the merge of #11569 and will come to you in Release 1.8. |
Issue by EkaterinaMironova
Thursday Aug 11, 2016 at 07:00 GMT
Originally opened as adobe/brackets#12666
If I use spread operator in variable declaration, Autocomplete doesn't work.
For example:
let model = new Model(...args);
In function declaration it's ok.
function createModel(Model, ...args) {};
What's wrong? Thanks a lot!
Brackets version - sprint 7 build 1.7.0-16898 (release b0a363b71), russian language
OS version - Windows 10 build 10586
The text was updated successfully, but these errors were encountered: