Adding inheritdoc to implement interface intention
Answered
I would like for my concrete methods generated by the intention to also include the inheritDoc javadoc annotation. Under settings I found the file template for the method body, but I can't seem to find the method header. Is there also a quick way to jump to the definition of your class so I don't have to scroll and hit alt-enter to trigger the intention? Thanks!
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/IDEA-128817.
To navigate to the class declaration while inside the file you can use the File Structure popup: https://www.jetbrains.com/help/idea/viewing-structure-of-a-source-file.html.