5
インラインドキュメントは、(それがポップアップだ開くためにCtrl+Q
を使用)(2016年3月4日)のように、問題を抱えている:インラインドキュメントが表示されます(List.headのために「マクロ見つけることができません」)のJavaDocに変数が含まれている場合のIntelliJ IDEAで
/** 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でこの問題を解決する方法はありますか?
これは、プラグインのIntelliJ IDEAのScalaでの既知のバグです