We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After a try or similar, VSCode will automatically indent the next line, which is generally desired.
try
But it does the same after an end try, which is bad. Same for if, while, for, match.
end try
if
while
for
match
We should detect that the try is preceded by end and not indent then.
end