Collapse parameterized classes in the apex editor

Issue #739 resolved
Andre Beskrowni created an issue

Collapsing the angle brackets surrounding parameterized classes would help to provide the readability of the Java 7+ diamond notation. IntelliJ actually did this back when people were still using Java 6. See the right side of line 5 in the attached screenshot.

Comments (4)

  1. Scott Wells repo owner

    Hi, Jacob. I should've mentioned that in the release notes! Yes, of course. Under Settings>Editor>General>Code Folding, just uncheck Generic constructor and method parameters. Let me know if that doesn't return to the previous behavior for you.

  2. Log in to comment