Is there a way to navigate to corresponding end of code block?
For example when I have nested IF statements it would be nice if I can put the cursor on the IF and quickly navigate to its matching ELSIF, ELSE or END IF statement for that level. Same for BEGIN find it's matching END. Also can forget LOOP and END LOOP.
For example when I have nested IF statements it would be nice if I can put the cursor on the IF and quickly navigate to its matching ELSIF, ELSE or END IF statement for that level. Same for BEGIN find it's matching END. Also can forget LOOP and END LOOP.