TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
237 stars 96 forks source link

Copy field comment to getter/setter #67

Open igrigorov opened 7 years ago

igrigorov commented 7 years ago

I'm trying to achieve a recent JAutodoc functionality that copies the comment of a field to its getter & setter (https://stackoverflow.com/a/8144317/2323914).

Is there a way to do this by modifying the existing getter/setter templates or a change to the plugin is needed for this?

I guess that I could use some element property/method, but I've really got no idea of IntelliJ API, every help would be appreciated.