Pokey Rule

Results 577 comments of Pokey Rule

Update: removing this single line cuts DFA by half! https://github.com/cursorless-dev/cursorless/blob/aa95401c1504954aec6c84dc2f878b45b0a845b5/cursorless-talon/src/cursorless.talon#L2

update from meet-up: this wasn't reproducible on a higher resolution screen, so may be due to VSCode rasterization algorithm, which is something we've seen oddnesses with in the past. Keeping...

Another potential problem here: this behaviour will likely be quite surprising with "name". If I say "clear every instance name" as a poor-man's rename, it wouldn't work, because the other...

Right yeah I think that makes sense. On the first question of whether requiring "name" to be "name" for instance, I'm quite confident that would bite me

Update from meet-up: - Let's go for the approach described in this issue - The "every name" thing can be solved by saying "every token name", whereas the reverse can't...

> by allowing a target in general for the first bit, things like using its name sort every func could be possible as well We have no mechanism for this...

Should be fixed in https://github.com/cursorless-dev/cursorless/pull/2256/commits/f1908a12800d96c08f6f74786c1a9eed1c785875; worth checking if that works on windows

note that this is not an ideal solution, as it still requires running the task separately, so we might want to keep this issue open to track that, but I...

Do we have a separate issue to track the long-term solution of using proper console.log once neovim improves their node support? If so I'd def be happy to close this...