vscode-java-code-generator
vscode-java-code-generator copied to clipboard
Add an option to generate toString with direct access (do not use getters)
Hello,
toString requires getters, and it's strongly opinionated. You could allow to create a toString method that points to direct properties.
Thanks