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
There is two (obvious) way to implement this as I see it
Do what vscode does with its add cursor to above/below line and just use column/character index
Leverage our tokenizer and count tokens from the left
How should we handle if the start and end tokens don't line up? eg from foo to world. The first target could determine column and start row and the end target only determines end row?
could say "take column from bat to whale" to put cursors before each second word
The text was updated successfully, but these errors were encountered: