Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an easy way to integrate scaladoc into IntelliJ Idea?

How do I use/generate scaladoc from within IntelliJ Idea (running on ubuntu)? Most preferably I would like to configure Tools/generate javadoc to also generate scaladoc, though that might be hard as of the differences between both according to this thread.

like image 750
Jasper Avatar asked Mar 18 '10 12:03

Jasper


People also ask

How do I add Javadoc to a method in IntelliJ?

Place the caret at the declaration in the editor, press Alt+Enter , and select Add Javadoc from the list.

How do I add Java documents to IntelliJ?

Here are two fast and easy ways to add Javadoc to IntelliJ so you can see it using the "Quick Documentation" feature: simply hover your mouse on any piece of code or use the Quick Documentation shortcut key, Ctrl+Q for Linux or Windows and F1 on macOS!

How do I open a Scala project in IntelliJ?

To install Scala plugin, press Ctrl+Alt+S , open the Plugins page, browse repositories to locate the Scala plugin, click Install and restart IntelliJ IDEA. Now you can successfully check out from VCS, create, or import Scala projects.


1 Answers

The scaladoc support in IntelliJ is pretty basic for now: some keywords are highlighted in comments, but there is no "generate scaladoc" option in tools. We'll create an issue in the tracker to keep it in mind. Thanks.

Cheers! Ilya

like image 166
Ilya Sergey Avatar answered Oct 02 '22 03:10

Ilya Sergey