Replies: 1 comment 2 replies
-
My grep-foo tells me, that this is the code you are looking for: https://github.com/apache/netbeans/blob/master/java/java.editor/src/org/netbeans/modules/java/editor/codegen/ToStringGenerator.java |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could anyone say how to modify java toString template? For example, I want
Foo [bar: 1]
instead ofFoo{bar=1}
.Beta Was this translation helpful? Give feedback.
All reactions