intellij-ideakeyboard-shortcutsjavadoc

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


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?


Solution

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