如何从解释器中找到 Scala 文档 api

How to find scala documentation api from interpreter

Python我们可以做到

help(function)

help(class)

查找特定 functionclass

的文档

我们如何在 Scala 中从 scala interpreter 做到这一点?

我认为还没有实现。

你可以在这里阅读https://contributors.scala-lang.org/t/documentation-in-scala-shell/1652/4