Microsoft/TypeScript

Mirror cursor for JSX stops working in some case

Open

#56,669 创建于 2023年9月20日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)TypeScript (48,455 star) (6,726 fork)batch import
BugDomain: JSX/TSXHelp Wanted

描述

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.82.2
  • OS Version: windows 11

Steps to Reproduce:

  1. Typing const a = () => <A.B foo="bar"></A.B>
  2. Remove B character (it will be removed from both side)
  3. Write any characters (It stop writing on both side)

https://github.com/microsoft/vscode/assets/27840664/1fa79f18-23e2-405c-afa5-cb6bd8663830

贡献者指南

Mirror cursor for JSX stops working in some case · Microsoft/TypeScript#56669 | Good First Issue