JJLongoria / aura-helper

Repository for manage the development of Aura Helper VSCode Extension
GNU General Public License v3.0
9 stars 5 forks source link

Line breaks were made even where they were not required #30

Closed akira1987 closed 4 years ago

akira1987 commented 4 years ago

Before Format public Attachment attachment1 {get;set;}

Wanna to Format public Attachment attachment1 { get; set; }

After Formated public Attachment attachment1 { get; set; }

JJLongoria commented 4 years ago

Hi @akira1987 , thanks for report!

I working on some bug fixeds and I will include this issue. Sorry for the problems and I will publish a new bug fixed version as soon as posible.

Regards!

JJLongoria commented 4 years ago

Hi @akira1987

I published a new version (v2.2.0) with some improvements and a new setting for Apex Formatter to formar empty properties on a single line 👍 You can found it on Settings > Aura Helper > Apex Format > Class Members > Single Line Properties

Regards!