Ctrl+P
VSCode Marketplace
Adds syntax highlight support for code, placed in es6 multiline strings:
es6-string-jsx
ctrl + shift + x
const jsx = /*jsx*/` class Test extends Component { render(){ return <div> {this.props.children} </div> } } ` const html = /*jsx*/` <div> {this.props.children} </div> `