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

[BUG] Local completions don't show variable destructured from multiple return values #373

Closed
aviatesk opened this issue Sep 24, 2019 · 0 comments · Fixed by JunoLab/Atom.jl#183
Labels

Comments

@aviatesk
Copy link
Member

MRE (where | represents a cursor)

function f(tuple)
  (notshow1, notshow2) = tuple
  | # `notshow1` and `notshow2` don't show up in completions
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant