This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Argument suggestions when applying functions #973
Open
Description
I love how HIE now suggests functions arguments.
However, in some cases, it goes a bit too far and suggests arguments that are already provided.
One obvious case would be "chained" functions (monadic composition, or just function application with &
):
Another example: record fields have the same issue:
It would be super cool if this feature could be a bit more contextful.