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