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: Provide context for use XXX.* #2065

Open
spotandjake opened this issue Mar 10, 2024 · 0 comments
Open

Lsp: Provide context for use XXX.* #2065

spotandjake opened this issue Mar 10, 2024 · 0 comments

Comments

@spotandjake
Copy link
Member

This is going to need some discussion and workshopping but a downfall to the use List.* syntax is that it makes it unclear where values come from. We could try using the lsp hints to better show whats imported something like,

module Main

use List.* // : { isEmpty }

isEmpty(x)

This will need some workshopping as I said, we cant show every value as that would create a hint thats way to long but we could maybe only show the values that are used.

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