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 think what @alexherbo2 meant here is to add an object selection command that selects every object of that type contained inside the selection:
<a-I>u would for example select every arguments in the current selection, <a-I>w would select every word...
I think there are legitimate use cases for that, however I am afraid by the amount of code we need to write for those, as splitting on every word in the selection is a very different thing from finding current word end/begin.
This is actually a pretty powerful use case, especially now that I've got an almost complete plugin that has Clojure "form", "top-level form", and "element" objects. (It'll have a "comment" object sometime.).
I could replace all apostrophes inside strings, for example, with %<a-I>e<a-k>"<ret>s'<ret>r?.
No description provided.
The text was updated successfully, but these errors were encountered: