LSP: use generic type name in for type info #4217
ethanthoma
started this conversation in
Ideas & suggestions
Replies: 1 comment 3 replies
-
I'm confused. The signature |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently writing a library with generic type functions like:
I think it would be much nicer that when using the LSP, it uses the names I set for the generic name. Rn, It will do this:

Instead, I would prefer if the LSP instead showed the return type to be
Effect(String, early)
Beta Was this translation helpful? Give feedback.
All reactions