+2
Under review

Format Document adds whitespace

Jason Hurder 11 years ago updated 11 years ago 2
Hello -
When I use the Format Document feature for an Apex file, the indentation is correctly applied, however spaces are added in certain places. As an example:

Before formatting:
Image 20

After:
Image 21

Spaces were added after the update parameter, after the generic types:
Set<Id >
Map <Id, String >

The worst case is dot notation after an object:

if (d .OwnerId != Trigger .oldMap .get(d .Id).OwnerId)
Is this on your radar?

Thanks!
Jason

Under review
Thanks for the note. We will have this issue resolved in the this weekend's update.

Awesome - thanks a bunch!