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

not able to format instanceof operator #21

Closed SunilSaini2 closed 4 years ago

SunilSaini2 commented 4 years ago

Hi, when i format code using aura-helper it is not able to format insteadof operator. if i format bellow code if (fieldName != null && !(fieldName instanceOf Map<String, Object>)){ than
it's format like if (fieldName != null && !(fieldNameinstanceOfMap<String, Object>)){

please suggest if there any configration is need to do to fix this.

JJLongoria commented 4 years ago

Hi @SunilSaini2. First, I apologize for reply you to late, sorry, I have to much work now. About the issue, I working on it for fix it and another bug. I expect publish this fixed quickly. Sorry for the problems that can cause to you this errors.

JJLongoria commented 4 years ago

New version published with this error fixed. Sorry for the delay. As good news, the new version comes loaded with improvements and optimizations.