Add two new code actions for inlining, defined at the callee rather than caller: - "inline all" inlines all uses of a function - "inline away" inlines all uses, and additionally removes the function declaration
Add two new code actions for inlining, defined at the callee rather than caller: