-
-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Labels
status: in discussionNot actionable, because discussion is still ongoing or there's no decision yetNot actionable, because discussion is still ongoing or there's no decision yettype: enhancementNew feature or requestNew feature or request
Description
Essentially, help you find all occurrences for a polymorphic function of a given type. Example, maybe you want to find all occurrences of (==) :: Foo -> Foo -> Foo
.
Currently, iirc, goto References will find all occurrences of (==)
regardless of the type.
If I am not mistaken, such a query is currently not possible.
Afaict, it should be easily possible to implement this feature, but the Client UI might be a bit complicated.
Metadata
Metadata
Assignees
Labels
status: in discussionNot actionable, because discussion is still ongoing or there's no decision yetNot actionable, because discussion is still ongoing or there's no decision yettype: enhancementNew feature or requestNew feature or request