Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>es6-string-jsxNew to Visual Studio Code? Get it now.
es6-string-jsx

es6-string-jsx

Razio

|
5,509 installs
| (2) | Free
Syntax highlighting for jsx in es6 multiline strings
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ES6 String HTML

VSCode Marketplace

Adds syntax highlight support for code, placed in es6 multiline strings:

  • JSX

Installation

  • Install es6-string-jsx from extensions (ctrl + shift + x)

Example

Example

Usage

const jsx = /*jsx*/`
class Test extends Component {
    render(){
        return <div>
            {this.props.children}
        </div>
    }
}
`
const html = /*jsx*/`
<div>
    {this.props.children}
</div>
`
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft