If I have the following code:
foo->call(bar, baz->widget);
With cursor on "b" in "baz" or on "w" in "widget", how would I quickly delete the argument at the cursor?
foo->call(bar);
It can be any argument (first, last, or in the middle).
With my omap-param plugin, just type di,
or da,
.
It won't be bothered by other brackets. For instance, in f(a+g(42, "string")), foobar)
, from "a" to "g", da,
will just leave foobar
in f call.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With