IC2 auto indenting as I type Map<String,SObject[]

Issue #1588 resolved
Eric Kintzer created an issue

If I type

Map<String,Lead[

IC2’s editor auto indents the text 8 more spaces.

Does not happen (no auto-indent) if I type:

Map<String,List<Lead>>

Watch the attached video to see “live” . Only keys I’m typing are A-Z, comma, and brackets. No mouse clicks

Since these are functionally equivalent forms of a Map<String,Array>, the IDE editor should perform the same I would think

Comments (4)

  1. Scott Wells repo owner

    Yeah, that doesn't sound right. I'm pretty sure I know what it is, too. I'll take a look shortly.

  2. Scott Wells repo owner

    Issue tracker grooming. If this is still an issue, please feel free to reopen, ideally with a concrete reproduction scenario.

  3. Log in to comment