Ruby RubyMine 无法识别 2.3 波浪式 heredoc 语法

Ruby 2.3 squiggly heredoc syntax not recognized in RubyMine

我正在使用 RubyMine 为使用 Ruby 2.3.

的应用程序编写代码

我已将 Ruby我的设置为使用 Ruby 2.3(我尝试了自动检测的 rbenv 2.3.0 并手动指向二进制文件):

但它不适用于 new squiggly heredoc syntax。观察:

如何让我的 Ruby 识别我的乱七八糟的 heredocs?

等待修复 RubyMine issue 17637. That issue has two sub-issues related to code insight for squiggly heredocs. They have no affected version yet. You can star them to get an email when they change. You can also keep an eye on the summary of RubyMine 8.5 release notes on JetBrains' wiki, follow them on Twitter or follow their blog.

的 RubyMine 8.5 EAP 版本发布