I'm using PHPStorm 8.0.3 for my current project, but unfortunately it doesn't support JSX. In my React components (which are then compiled by Browserify) HTML gets underlined in red and invalidated:
This is just a small component, but it surely gets pretty annoying with bigger ones. Also code formatting doesn't work as expected.
- Is there a (hard to find) setting which enables the correct syntax highlighting?
- If there is no such setting, is it possible to download a corresponding package?
- If there is no support at all, how do I extend PHPStorm (maybe by a custom Color/Syntax Schema) to accept HTML within my js files?