JSX attribute completions

When you accept a completion for a string JSX attribute, VS Code will automatically insert attr=''. Completions for other types of JSX attributes use braces instead: attr={}.

You can configure the attribute style using the Jsx Attribute Completion Style settings.