How to diable the annoying code generation Dialog?
Answered
I would like to implement the toString method, so I type "toStr" intelliJ suggests to create and override the toString method: I press enter a code generation deialog appears, why? I need sometimes just to return someField.toString(); I don't need this Dialog. How can I disable it?
Please sign in to leave a comment.
Hello,
Could you please provide code example demonstrating the issue?