Ghostdoc-like plugin for IntelliJ IDEA
Asked Answered
H

1

7

I've become lazy in my old age. For my C# work I've become quite reliant on Roland Weigelt's excellent GhostDoc plugin for Visual Studio.

Is anyone aware of a similar plugin for Java work in IntelliJ IDEA?

Humble answered 6/10, 2008 at 2:5 Comment(0)
L
2

The builtin javadoc completion does some of this - if you type /** and press it puts parameters and return types into a skeleton javadoc.

Not quite the same as Ghostdoc, but -q on the method name brings up its javadoc with a link to the relevant super type docs, if applicable.

I presume you have looked in the plugin repository.

Lentigo answered 8/10, 2008 at 11:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.