Show actual type parameters of generic functions and methods #3588
Labels
A-hover
hover feature
C-enhancement
Category: enhancement
E-hard
E-has-instructions
Issue has some instructions and pointers to code to get started
S-actionable
Someone could pick this issue up and work on it right now
The feature is to put actual type parameters (i.e. resolved, inferred ones) in
onHover
function signature hint. This lets you visually debug the type inference and find out what the formal parameters ended up to be for the specific function call expression.I really miss the feature of inspecting the resolved types of a generic function from TypeScript where it looks the following way:

I'd like to bother implementing this if you don't mind.
@flodiebold @matklad I'd be grateful if you give any pointers to the code!
The text was updated successfully, but these errors were encountered: