#VisualStudioCode + #TypeScript:
– Are there plans to provide more refactorings?
– Or is there a commercial product that adds more refactorings to VSC (which I don’t want to give up)?

I’m especially missing:
– Changing function parameters; especially reordering them.
– Inlining function calls. This is very useful for evolving APIs because it allows you to change call sites of old functions.