在 php/webStorm 中启用 es6 模板字符串支持

Enable es6 template string support in php/webStorm

我在 Phpstorm 中遇到了一些关于 es6 模板字符串的问题,想知道是否有一个设置可以启用对这些模板的支持。

phpstorm 似乎没有正确识别模板字符串。我这里的文件可以正常工作,但是使用模板字符串会完全破坏语法突出显示和其他所有内容。

有没有办法让 phpstorm 识别它们,或者这是我应该报告的错误?

WEB-17557 已在 WebStorm 11/PHPStorm 9.5 中修复