Microsoft/TypeScript

Mirror cursor for JSX stops working in some case

Open

#56.669 aberto em 20 de set. de 2023

Ver no GitHub
 (3 comments) (1 reaction) (0 assignees)TypeScript (6.726 forks)batch import
BugDomain: JSX/TSXHelp Wanted

Métricas do repositório

Stars
 (48.455 stars)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (9 fundiu PRs em 30d)

Description

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

Guia do colaborador