I try to hide code I'm not looking at by using the arrows on the left margin to roll/unroll code. ( +/- in SQL Developer)
However, the results are not the same.
- VS Code doesn't roll up entire
begin … end; if code isn't indented (due to it being a quote)
- It also doesn't roll up entire
if..else … end if; block; only the if ... section
Unknown if this is a VS Code problem.
Example of Issue(1)

Example of issue (2)

Result in SQL Developer
