VSCode: How to infer function return types in Typescript
Aug 5, 2021 · 1 min read · 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...
Join discussion
