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
npm i @types/react
- 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| />
Bug Report
π Search Terms
React, JSX attributes snippets, VSCode VS Code
π Version & Regression Information
4.9
β― Playground Link
provided
π» Code
npm i @types/react;<span title={''} about| />| - cursor positionπ Actual behavior
Completion without insert snippet.
π Expected behavior
Completion with snippet like in following cases: