-
-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
Eg "take spread three tokens"
, "take spread first three tokens"
, etc, which instead of creating a range between scopes, yields each scope in the range. It's just shorthand for "every <scope> <modifier>"
but is common enough to be useful.
Might consider just using the word "every"
, eg "take every three tokens"
? Or "split"
?
Could be extra boolean field on these scopes in the Cursorless api
Could steal code from "instance"
, and potentially would allow us to have "instance"
reuse more of our existing code, as one of the primary differences in the "instance"
pseudo-scope is that it defaults to a "spread"
scope
Metadata
Metadata
Assignees
Labels
No labels