multi cursor can not work with "htmltagwrap" extension
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
- I first select a paragrph of text in visual mode,
- then press
ctrl-wshortcut ofhtmltagwrapplugin to add html tag, and vim goes into visual multi-cursor mode at the same time; - but when press
escnow, vim doesnt go back to normal multi-cursor mode, it return to normal mode directly.
hope to fix it.
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 sequence in VS Code: select a paragraph in visual mode, press the htmltagwrap extension's ctrl-w shortcut, then press Esc. Trace the multi-cursor mode transition and verify that Esc returns to normal multi-cursor mode rather than normal mode. Done means the reported sequence preserves the expected multi-cursor state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100