You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have asked myself this very question. I am not opposed to such a thing however I have not come across the need in my own workflow. I imagine we would mirror the word text objects and target arguments to the right. Do you think this will be useful?
Hello,
I think a good use-case would be when you have a method as a parameter for another method, and you want to change the parameter of the base method instead of the inner one, something like this:
foo(bar(baz), param)
You are on baz and want to change it to foo(p, param) instead of foo(bar(p), param). It would be useful to be able to type 2ci, or c2i,.
Would it be possible to add counts to the text objects? (Does it even make sense to add counts to text objects?)
The text was updated successfully, but these errors were encountered: