-
Notifications
You must be signed in to change notification settings - Fork 337
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
Some import suggestions from ZIO don't appear #6284
Comments
Thanks for reporting! Do you perhaps have a snippet that this doesn't work in? That would be super useful. Also, which version of zio you are using just in case |
Try to execute this code in VS Code and you'll see it doesn't suggest to import |
Currently for library dependencies Metals only suggests auto-imports for |
I think it would be great to suggest them too. |
Maybe if we only did it for toplevel object or package objects that would be fine? Though it would be needed to check the implications and whether the indexing wouldn't get much worse. It's a feature request though at this point, so will open up as a follow up. |
Describe the bug
Try to type "IO" or "ULayer" type (as an example) from zio package
VS Code doesn't suggest to import these types
Expected behavior
VS Code should suggest to import these types as well as it does for other zio-related stuff
Operating system
macOS
Editor/Extension
VS Code
Version of Metals
v1.2.2
Extra context or search terms
No response
The text was updated successfully, but these errors were encountered: