Open yyoncho opened 5 years ago
With #1024 merged, you now have partial control on the generated code for accessors, in that you can disable comment generation, when the java.codeGeneration.generateComments
preference is set to false
. But I'll keep this issue open in case we want to have further control over the actual templates.
This is similar to in Eclipse where you can customize code templates like try/catch getters/setters. Feature originally requested at https://github.com/emacs-lsp/lsp-java/issues/78