BAS freezes completely when editing variables. I cannot fix the points I need to fix, can you help me with this? (This is the case without exception, although the size of the variables is very short.)
The long answer is that BAS has its own internal code generator, which means that everything in the BAS XML was generated by that system.
However, I strongly do not recommend writing code by hand. It will be extremely difficult to update and understand the code later based on what you wrote today.