Chinese input in normal mode is being inserted directly.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
I'm encountering an issue where, when using a Chinese input method, characters are being directly inserted into the text while in normal mode. Additionally, when I try to search for Chinese text using / (with focus in the bottom search box), the characters are also being inserted directly into the document. Since Chinese input methods also use quotes to separate phrases, I suspect this issue started after upgrading to version 1.101.1. I'm using macOS 15.5.
To Reproduce
Steps to reproduce the behavior:
use Chinese input method to type anything when in normal mode
or
in normal mode,type / then use Chinese input method to try to search anything in Chinese
Environment (please complete the following information):
- Extension (VsCodeVim) version: v1.30.1
- VSCode version: v1.101.0
- OS: macOS 15.5
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the Chinese input method in VSCodeVim v1.30.1 on macOS 15.5, both in normal mode and after opening the / search box. Trace the input-handling entry point responsible for these keystrokes; done means Chinese characters are not inserted into the document in normal mode and can be entered into the search box.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100