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

Allow auto imports of type members #378

Open
tgodzik opened this issue Apr 8, 2024 · 0 comments
Open

Allow auto imports of type members #378

tgodzik opened this issue Apr 8, 2024 · 0 comments

Comments

@tgodzik
Copy link
Contributor

tgodzik commented Apr 8, 2024

Is your feature request related to a problem? Please describe.

Currently some libraries such as ZIO have a number of useful types contained in a package object, but those types cannot be imported automatically. It would be possible to enable that.

Describe the solution you'd like

Index types that are contained at toplevel of objects and/or package objects

Describe alternatives you've considered

Import manually

Additional context

This would require making sure that indexing is as effective as it is now and also that we don't gather types, which are not useful for anyone.

Search terms

auto import type zio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant