Open igrigorov opened 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.
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.