Replies: 1 comment
-
We now support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I guess it's not against Cursorless's philosophy to have more that one way to achieve something, because multiple ways of doing something emerge easily anyways. The way you think about a problem, and thus the way you'll tend to solve it, can be different, depending on the situation.
When I had the cursor inside the name of a called function and wanted to select the whole argument list, I thought of:
|
is the cursor):the_c|all(123, "foo", true)
the_call(a * (b| + c), "foo", true)
In another use case with a call with just one argument, you currently have to say "flash first arg call". But it would be cool if "flash arg call" would suffice in this case.
Beta Was this translation helpful? Give feedback.
All reactions