It feels like autocomplete has become more annoying after the recent updates

Before the 0.45 updates, the autocomplete used to recommend removing entire blocks of code at once when it recommends changes that makes it so that those liens are no longer needed. For example adding a return statement, or terminating an if condition early with a closing brace etc. Now however it just recommends removing only a couple lines at most and this results in a syntactically wrong final output.

Can you guys please fix this? This has become very annoying to use.

1 Like

Hey, could you provide an example? A screenshot or video would be great.

Hi, sorry about this–if you go to the output tab and select “cursor tab” after this happens, can you send a requestId from there?


eg here

Hi, here’s a contrived example. I can share a more complex example when it shows up again. Request id: 78e1503b-9dca-4220-8816-198509418fbd


Note how the closing brackets are not properly handled. The other issue of cursor tab not deleeting all the required lines comes up in large functions, so I’ll share that when I am working on such functions again.