Add END to IF ... THEN #413
-
I love that the for ... do loop automatically gives me an 'end' when I use it. I'd love to get that with if..then as well, as I'm constantly forgetting that 'end'. For that matter, an 'end' with 'function blah()' would be really nice. Is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
C3pa
Jun 2, 2023
Replies: 2 comments
-
It should be a feature of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Now you get end autocompleted automatically for both ifs and functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carsakiller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now you get end autocompleted automatically for both ifs and functions.