First of all, it seems that now the apply button works for files that have more than 400 lines of code which is great ! (It just made a change in a file with 900 Lines of python code)
Second of all, although the apply button works pretty great overall, it really struggles moving sections around or changing the order of elements. So for example if we would want to move 3 big snippets of code outside of a loop, apply will simply fail at each try (it’s deleting unecessary snippets when doing so)
So whenever it has to do with re-arrangement of big chucks of code, like maybe changing the sequence of a code (moving the title of an xml to appear at the bottom instead of at the top) it really struggles.
Just leaving feedback here.