vscode-java-code-generator icon indicating copy to clipboard operation
vscode-java-code-generator copied to clipboard

Add an option to generate toString with direct access (do not use getters)

Open lamemind opened this issue 3 years ago • 0 comments

Hello,

toString requires getters, and it's strongly opinionated. You could allow to create a toString method that points to direct properties.

Thanks

lamemind avatar Sep 26 '21 08:09 lamemind