Auto Format broken
Auto-format is no longer working for me since the recent update - anyone else have the same problem?
What is the auto format button?!
@minmaxdata little button at the top that prettyfies the code
@djneils Prettyfies - indent in structure ? so that it requires to follow even syntax, which consumes more memory while typing and makes performance even lower.
Maybe that's the reason they have removed it... And I came to know on hovering it...
I encourage everyone to vote for this feature request to add auto-format to more languages: https://repl.it/feedback/p/code-formatting-in-more-languages
This feature has never worked for me. Please fix
Still Broken
it's still broken - is it ever going to work - maybe just get rid of it if it's too much trouble - makes no sense to have a button that does nothing
Doesn't work on my Mac
same problem is happening with me also..
It's SOOO annoying!!!!
ya me have same problem
doesn't come for turtle python
The same for me, could someone from the team answer?
I'm still having issues with auto format. It seems to work alright with Java, but not with c++.
any sign of a fix for this issue? I really miss the auto format button!
It works sometimes for me.
It is happening to me too! It's so annoying!
Doesn't work for me, I started using:
clang-format -i -style=Webkit main.cpp
or
clang-format -i -style=Chromium main.cpp
The -i is for inline remove this if you don't want to modify your main.cpp
This must be a bug.
Still not working, at least for me.