You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Hello! I'm new to VSCode and I haven't really found means to fix this issue (maybe it is fixable through configuration, but I just can't find it). The thing is - when you have a general expression that involves if/unless in its code without necessary 'end' statement (ex: return value if value == 1), it still connects that 'if/unless' statement to the 'end' statement that comes after it, which is wrong and confusing. I find highlighting of block start and block end a great feature and I really hope there is a way to do it like it's done in rubymine.