Hey Roberto! Thank you for sharing your feedback, this has gone straight to the team.
If you have any specific feedback on what is buggy about the editor that would help us focus on what to improve. Is it performance? Is it AI code quality? Let us know!
The list is pretty long, but the major problems I encountered today are:
diff doesn’t seem to work properly. Sometimes work sometimes not.
when diff works, not all the modified files are expanded in the file menu, making difficult to view all modified files immediately
search doesn’t seem to work inside of the file. I mean at all. The search or replace doesn’t pop up
the search on the menu side doesn’t work too. It tries to search on all files but without success
sometimes is impossible to switch between different files after they are edited by AI. I need to reload the page to make it work again
being search not working, I can identify something to change using diff, but when I switch back to normal editor I come back to row 1, so I need to memorize the row number and scroll to it.
there are many others smaller bugs but that’s a starting point
Another annoying bug I noticed, related to AI this time, is that if I’ve a regex like \(something\), the text will be always replaced with $$something$$ . I suppose these are some kind of placeholders used, but you have to be sure that you restore back the text as it was. Now I’m forced to restore manually the changed lines (and that’s is pretty difficult considering there is no search)
I am seeing the same thing, the number is line code lines changes in each version does it work it seem to show that all lines were changes, so no way to tell what exactly was changed, this is specially important for production apps to keep any eye on unintended changes that happen often happen breaking functions