What is the IntelliJ shortcut key to create a javadoc comment? -
in eclipse, can press alt+shift+j , javadoc comment automatically generated fields, returns, or whatever applicable specific javadoc comment. i'm assuming intellij idea has feature. can tell me if there keyboard shortcut this?
typing /**
+ pressing enter above method signature create javadoc stubs you.
Comments
Post a Comment