VSCodeVim / VSCodeVim/Vim

`emmet.triggerExpansionOnTab` enters visual mode

Open
#5,884 28 comments 34 reactions 1 assignee View on GitHub

@berknam is already working on this.

Since Dec 24, 2020.

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

Description

Describe the bug

When emmet.triggerExpansionOnTab is triggered via TAB, the editor enters visual mode.

To Reproduce

  1. Open a new .html file.
  2. In insert mode, type div.
  3. Press Tab.
  4. The editor enters visual mode.

Expected behavior

The editor should remain in insert mode.


Screenshots

Kapture 2020-12-14 at 16 08 25


Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.18.5
  • VSCode version: 1.52.0
  • OS: macOS Catalina

Additional context

Related to: https://github.com/VSCodeVim/Vim/issues/5474

The PR referenced in the issue above did not fix the issue.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.