vim-argumentative icon indicating copy to clipboard operation
vim-argumentative copied to clipboard

Support method call syntax

Open fowles opened this issue 7 years ago • 0 comments

Add support for moving an object into or out of the parameter list:

foo.bar(1) -> bar(foo, 1) foo->bar(1) -> bar(foo, 1)

and

bar(foo, 1) -> foo.bar(1)

fowles avatar Dec 22 '17 16:12 fowles