Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apex formatter issues: logical operators wrong formatted #15

Closed
micha-voigt opened this issue Oct 23, 2019 · 2 comments
Closed

Apex formatter issues: logical operators wrong formatted #15

micha-voigt opened this issue Oct 23, 2019 · 2 comments

Comments

@micha-voigt
Copy link

Juan Jose, nice work!
while evaluating your VSCode extension I found one issue preventing me from using the Apex formatter all day. Logical operators like && or || are formatted to & & or | | with a blank between.

Btw. another small issue: something + (something else) is formatted to something +(something else), where blank is missing between "+(".

If this would be fixed I would be very happy.

@JJLongoria
Copy link
Owner

Hi micha-voigt,
Thanks for report the issue, i know the first bug and i working on it but the second bug is new for me, i will work on it and publish the fixed version as soon as possible. If you see more bugs or have any suggestions, write me and I will do it as quickly as the time I have available allows me. (Sorry for my english)

@JJLongoria
Copy link
Owner

Bug fixed, version 1.5.2 published. Now formatter working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants