intellij-generateAllSetMethod
intellij-generateAllSetMethod copied to clipboard
Add generation for "this"
If you for example want to write a copy constructor, it would be nice if you can use the plugin.
Currently you would have to do MyClass instance = this; to use the plugin.