Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

autocomplete react jsx attributes vscode

// vscode v1.63+
"javascript.preferences.jsxAttributeCompletionStyle": "auto"
  // Preferred style for JSX attribute completions.
  //  - auto: Insert `={}` or `=""` after attribute names based on the prop type.
  //  - braces: Insert `={}` after attribute names.
  //  - none: Only insert attribute names.
 
PREVIOUS NEXT
Tagged: #autocomplete #react #jsx #attributes #vscode
ADD COMMENT
Topic
Name
7+2 =