Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

code rollup not same as SQL Developer

Mike KutzFeb 10 2024

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.

  1. VS Code doesn't roll up entire begin … end; if code isn't indented (due to it being a quote)
  2. 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

This post has been answered by thatJeffSmith-Oracle on Feb 13 2024
Jump to Answer
Comments
Post Details
Added on Feb 10 2024
6 comments
237 views