How to search for methods in Scaladoc, globally?

前端 未结 3 961
情话喂你
情话喂你 2021-02-18 18:54

Is there any possibility that i can search for a method in a class, trait or object via scala doc, globally? Example: I have a method name and I don\'t know which class it belon

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-18 19:33

    I use the alphabetic index in the top left under the search box. Would be nice if there were proper seach functionality though.

    Would also be nice if the docs were available in Windows help format as they are for Java, which is much more convenient than the html javadoc, and lets you search on methods with almost zero latency.

提交回复
热议问题