xsburg / vscode-javascript-booster

Sprinkle extra refactorings, code actions and commands over your JavaScript! 🍩 TypeScript and Flow are first class citizens as well!
https://marketplace.visualstudio.com/items?itemName=sburg.vscode-javascript-booster
160 stars 13 forks source link

Typescript: Infer return type of function based on code #37

Open leodr opened 3 years ago

leodr commented 3 years ago

Webstorm has a really nice feature to explicitly set the return type on a function based on the type of the returned value. I think this would be a really nice feature to add to this extension :)