内联文档显示List.head()的"找不到宏"

Mar*_*k J 6 javadoc scala intellij-idea

Ctrl+QIntelliD IDEA(2016.3.4)中的内联文档(用于打开它的弹出窗口)在JavaDoc包含变量时出现问题,例如:

/** Selects the first element of this $coll.
 *  $orderDependent
 *  @return  the first element of this $coll.
 *  @throws NoSuchElementException if the $coll is empty.
 */
Run Code Online (Sandbox Code Playgroud)

它不显示这些变量,而是显示:[Cannot find macro: $coll.].Scala API正确解析并更改$colliterable collection.

有没有办法在IntelliJ IDEA中解决这个问题?

Cra*_*der 6

这是IntelliJ IDEA Scala插件中的一个已知错误:

  • 使用@define占位符时,SCL-9720文档视图不可读