Skip to content

Add closing angle bracket for jsx closing tag completion  #25540

@mjbvz

Description

@mjbvz

TypeScript Version: 3.0.0-dev.20180706

Search Terms:

  • jsx
  • tag closing

Code
For the file:

const a = <div></

Request completions after </

Expected behavior:
Returned completion goes to:

const a = <div></div>

Actual behavior:
Only the tag name is returned, not the >

const a = <div></div

Playground Link:

Related Issues:

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: LS: Completion ListsThe issue relates to showing completion lists in an editorFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions