内联文档显示'无法找到宏' for List.head()

时间:2017-02-24 10:40:35

标签: scala intellij-idea javadoc

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

/** Selects the first element of this $coll.
 *  $orderDependent
 *  @return  the first element of this $coll.
 *  @throws NoSuchElementException if the $coll is empty.
 */

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

有没有办法在IntelliJ IDEA中修复此问题?

1 个答案:

答案 0 :(得分:5)

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

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