`emmet.triggerExpansionOnTab` enters visual mode
Open
@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
- Open a new
.htmlfile. - In insert mode, type
div. - Press
Tab. - The editor enters visual mode.
Expected behavior
The editor should remain in insert mode.
Screenshots

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
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.
Assessment
This issue has not been assessed yet.