VSCodeVim / VSCodeVim/Vim

multi cursor can not work with "htmltagwrap" extension

Open
#9,198 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

  1. I first select a paragrph of text in visual mode,
  2. then press ctrl-w shortcut of htmltagwrap plugin to add html tag, and vim goes into visual multi-cursor mode at the same time;
  3. but when press esc now, vim doesnt go back to normal multi-cursor mode, it return to normal mode directly.

hope to fix it.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.