A4-Tacks
A4-Tacks
> What do you mean `temporary normal mode`? Similar insert mode ``, `mode() == 'niI'` Auto enter insertion mode after input one normal mode operation
> Can't reproduce, got `let | = Some(3);` on both vim and nvim. This seems to happen, occasionally when I first use this completion Maybe similar to #5388
#5414 solved this issue, please add `Fixes #5411` to pr
> Can't reproduce, got `let | = Some(3);` on both vim and nvim. I seem to have found the steps for stable reproduction: In normal mode, input `S` `Som` ``...
> #5414 also fixes this, please give it a try. Yes, it is fixed
There is another similar one: - On line 2 normal mode input: `S` `Som` `` `la` `.an` `` `la` `.ifl` `` ~~It seems that changing the cursor of another getTextEdit...
It seems that #5414 may also cause occasional code snippets to not be applied, but I cannot reproduce it stably ### Example ```rust hir::ModuleSource::SourceFile(it) => InsertMethod::AfterLast( it.items().last().as_ref().map_or(it.syntax(), |it| it.syntax()).clone(), ).some...
> In normal mode, input `S` `Som` `` `2` `la` `.l` `` This hasn't changed, there's no fix > - On line 2 normal mode input: > `S` `Som` ``...
> Works as expected, the cursor has moved to the correct position as expected. This seems to happen occasionally, but I encounter bugs most of the time during testing
> with your these cases with vim. This seems to also disrupt the cursor position of Code-Action