Skip to content

No JSX attributes snippets after curlyย #51845

@zardoy

Description

@zardoy

Bug Report

๐Ÿ”Ž Search Terms

React, JSX attributes snippets, VSCode VS Code

๐Ÿ•— Version & Regression Information

4.9

  • This is the behavior in every version I tried, and I reviewed the FAQ for entries about _________

โฏ Playground Link

provided

๐Ÿ’ป Code

  1. npm i @types/react
  2. jsx file: ;<span title={''} about| /> | - cursor position

๐Ÿ™ Actual behavior

Completion without insert snippet.

๐Ÿ™‚ Expected behavior

Completion with snippet like in following cases:

;<span title={''} | /> // about completion with snippet
;<span title='' about| />

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: LS: Completion ListsThe issue relates to showing completion lists in an editorHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions