VSCode: How to infer function return types in Typescript
TL;DR
You don't need an extension.
You don't need a plugin.
You don't need a library.
It's a built-in feature!
Just press Cmd + . or Ctrl + . when your cursor is placed just before the opening paranthesis of function arguments.
function foo(a: stri...
anilanar.hashnode.dev1 min read