-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Describe the bug
When using an IME (e.g. for Japanese input) in insert mode, there is a noticeable delay between confirming a composition (e.g. pressing Enter to finalize a phrase) and the text actually appearing in the editor.
The confirmed input does appear correctly, but there is a perceptible lag that makes the experience feel slow and unnatural.
To Reproduce
Steps to reproduce the behavior:
- Open a file in VS Code with the VSCodeVim extension enabled
- Switch to insert mode (
i
) - Use a Japanese IME (e.g. Google Japanese Input, Mozc, Microsoft IME)
- Type a word like
konnichiwa
to start composition (こんにちは
appears as candidate) - Press Enter to confirm the composition
- Observe that the confirmed text appears with a noticeable delay, rather than instantly
Expected behavior
The confirmed text (e.g. こんにちは
) should appear in the editor immediately after pressing Enter to finalize the IME composition, without any perceptible delay.
Input via IME should feel as responsive as in the default VS Code editor.
Screenshots
Environment (please complete the following information):
- Extension (VsCodeVim) version: 1.30.1
- VSCode version: 1.102.1
- OS: Linux Mint
- IME: Mozc (Japanese)
galactic1969, aharisu, chroju, daikichiba9511, takada-s and 3 more
Metadata
Metadata
Assignees
Labels
No labels