Skip to content

Auto-completion action of match variants is not fired when dealing with arrays #13643

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
c410-f3r opened this issue Nov 19, 2022 · 3 comments
Closed
Labels
A-assists C-feature Category: feature request

Comments

@c410-f3r
Copy link
Contributor

Feel free to close if duplicated. Perhaps the action is also not fired with other structures?

let foo = true;
let bar = true;

// Fires auto-completion
match (foo, bar) {}

// Meh, no action
match [foo, bar] {}
@c410-f3r
Copy link
Contributor Author

Closing due to the lack of activity.

@flodiebold flodiebold reopened this Dec 20, 2022
@flodiebold flodiebold added the C-feature Category: feature request label Dec 20, 2022
@c410-f3r
Copy link
Contributor Author

Closing due to the lack of activity.

I am house-keeping my dashboard closing issues that will probably take time to resolve and are not on my radar any more. If desired, feel free to create another issue.

@lnicola
Copy link
Member

lnicola commented Jan 17, 2023

Sigh, filed #13970.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-assists C-feature Category: feature request
Projects
None yet
Development

No branches or pull requests

4 participants