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

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

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

tcoopman opened this issue Aug 9, 2024 · 1 comment · Fixed by #3963 · 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

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
2 participants