It is comfortable to close block or loops with a Shift-Return
The editor in Xojo provides a comfortable feature, the closing of blocks. When I hit Shift-Return at the end of a line with "IF ... THEN" then I get the "END IF" at a position in the code, where it makes sense (when nested) or otherwise just 2 rows after the IF-statement and the cursor is placed 1 row down from the IF-statement.
This is also related to FOR..NEXT, SELECT CASE... and others