Improve Code Generation Support

Issue #1888 duplicate
Matt Simonis created an issue

With IntelliJ and the Java language, there are a lot of helpful code generation templates:

Is it possible to support some of these with the Apex language?

As a workaround, when I have a class with a lot of properties I want to create getters and/or setters for, I am creating a .java file and copying the properties over from my Apex class, generating the code, and copying it back over.

Comments (4)

  1. Scott Wells repo owner

    Hi. Can you please provide the specific additional options you're wanting in #25. I'm going to use that as a master issue from which I create specific sub-issues for the specific Apex code generation enhancements.

  2. Log in to comment