javavscode
javavscode copied to clipboard
If-else statement code folding is misleading without showing else
If-else statement folding on if should either stop at else or at the end of else.
The following screenshots demonstrate the issue,
After collapse the if-else statement, what was shown is actually the else block, this is confusing.