Results 36 comments of Tomas

> First, I'd recommend that you reproduce the issue then test out (or have claude test out) various solutions @Feel-ix-343 thank you for having a look 🙇 do you mean...

@Feel-ix-343 I spent some time debugging this more. I know what was happening - completion mini ignores the ranges and only uses insert text - we were incrementing the `end`...

@Feel-ix-343 Ugh, but I see an issue, now the cursor is within the `[[]]` (e.g. `[[Page]]`), which is not too nice because you can't start typing straight away. That's why...

> What was the issue with replacing characters beyond the current line? @Feel-ix-343 The issue is that when we defined the character index of the end position, we always incremented...

Ugh, `remove` is broken as well. That can be showcased with ``` // Test mutable arrays work correctly const mutableNumbers = [1, 2, 3, 4]; _.remove(mutableNumbers, x => x >...

It seems that some other fix got merged first :+1: