Skip to content

Colorization in peek window for JSX code is incorrect #4455

@paulvanbrenk

Description

@paulvanbrenk

The closing tag in the peek window is treated as being a regular expression.

image

Repro

  1. Create new Html App
  2. Add '.tsx' file
  3. Add the following code
var React;
var x = <div></div>
  1. Put cursor on x and use Alt + F12 to bring up the peek window. (Screen shot is when using a different file, also repros on same file).

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptVisual StudioIntegration with Visual Studio

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions