The cursor does not change to insert mode after using the "c" prefix command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
- Extension (VsCodeVim) version: 1.24.3
- VSCode version: 1.73.1
- OS: Window11
The cursor will not change to insert mode after using the command prefixed with "c", such as "ci<", and the prompt in the status bar will not switch to insert mode. But in fact, it has already entered the insertion mode, and the cursor and status bar will start to change only after entering any character
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 in VSCodeVim 1.24.3 on VS Code 1.73.1 using a change command such as "ci<" and observe the cursor and status bar before and after typing a character. Trace the change-command path and the transition into insert mode; done means the cursor and status bar update immediately when the command enters insert mode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100