New WebStorm features for React developers
David Gilbertson
104

The most useful thing that I found is commenting out jsx!! Finally!

return (
<div className="wrapper">
{/*<div className="carousel-container">*/}
{/*<Carousel productData={this.props.Products}/>*/}
{/*</div>*/}
</div>
);