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

LSP: autocompleting type imports should add brackets if needed #3498

Open
tcoopman opened this issue Aug 9, 2024 · 1 comment · May be fixed by #3516
Open

LSP: autocompleting type imports should add brackets if needed #3498

tcoopman opened this issue Aug 9, 2024 · 1 comment · May be fixed by #3516
Labels
bug Something isn't working help wanted Contributions encouraged priority:high

Comments

@tcoopman
Copy link

tcoopman commented Aug 9, 2024

Right now importing types becomes:

import foo.type Bar instead of import foo.{type Bar}

@tcoopman tcoopman added the bug Something isn't working label Aug 9, 2024
@lpil
Copy link
Member

lpil commented Aug 13, 2024

Agreed! Thank you

@lpil lpil added help wanted Contributions encouraged priority:high labels Aug 13, 2024
@lpil lpil added this to the LS04 milestone Aug 13, 2024
@crazymerlyn crazymerlyn linked a pull request Aug 16, 2024 that will close this issue
@lpil lpil removed this from the Gleam v1.5 milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Contributions encouraged priority:high
Projects
Status: Unfinished
Development

Successfully merging a pull request may close this issue.

2 participants