Closed EnixCoda closed 3 years ago
The != operator seems to be not correctly formatted when the Use compact formatter option is disabled in settings.
!=
Use compact formatter
if (0 != 0){}
if (0 ! = 0) {}
And there is an error message in the output tab: ERROR line 1 if syntax error
ERROR line 1 if syntax error
Thank you for this extension!
@EnixCoda issue has been resolved in latest version 0.2.12. Thank you for your submission.
0.2.12
The
!=
operator seems to be not correctly formatted when theUse compact formatter
option is disabled in settings.Before formatting
After
And there is an error message in the output tab:
ERROR line 1 if syntax error
Thank you for this extension!