Return type when implementing methods
When implementing methods (of an interface or of an abstract super class), IDEA doesn't annotate the return type of the methods. I'd really like to have this functionality. Am I overlooking something or is the plugin lacking in this respect?
Please sign in to leave a comment.
When you hit Control-I to implement methods, there is an option at the bottom to specify return type.
Thanks, Nick.