What is the IntelliJ shortcut key to create a javadoc comment?

josh-cain picture josh-cain · May 21, 2013 · Viewed 136.5k times · Source

In Eclipse, I can press Alt+Shift+J and get a javadoc comment automatically generated with fields, returns, or whatever would be applicable for that specific javadoc comment. I'm assuming that IntelliJ IDEA has this feature. Can anyone tell me if there is a keyboard shortcut for this?

Answer

Rachel Gallen picture Rachel Gallen · May 21, 2013

Typing /** + then pressing Enter above a method signature will create Javadoc stubs for you.