-
-
Notifications
You must be signed in to change notification settings - Fork 84
Support "all" modifier #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Heyo — I'm looking at this ticket as one to take and work on. If you think it will be across too much of the project, let me know. So, taking a look at this, here's where I would start. Processing the command on the talon sideIt looks like we need to add something into cursorless-talon to pick up the
Processing the command on the cursorless sideThen within the cursorless side, support the changes above in the processModifier file, either adding a new scope type or working at the A few QQ's:
|
Also, if this is blocking or not inline with the engine 2.0 work, lmk and I'll look at another ticket. |
Yep seems like a good one! I'd proceed as follows:
|
Oh yeah and for tests just a couple tests is fine. It's quite orthogonal to language specifics so no need to test every language. I'd add something like:
Feel free to test other corner cases that arise during impl, but otherwise the above seem like more than plenty |
Cool! I'll put up a draft PR in the next few days with tests. I'm a little bit rusty with |
Similar to "every", but targets range from first to last rather than emitting one selection per item
The text was updated successfully, but these errors were encountered: