I find myself manually typing ‘end’ several lines down from a function header, then moving the cursor back into the function body to create the function. Is it possible to configure VSCode to do this automatically whenever I write ‘function’, ‘begin’, etc…?
2 Likes
Snippet completions should do exactly that. Can you check whether you’ve disabled them by accident?
2 Likes
Thanks. How would I go about that exactly?