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!

Query result: numbers are hidden when readjusting panel size

Jakob Ehlich5 days ago

Having the query result panel on the right, numbers of the last column are hidden when readjusting the panel size.

To reproduce the issue:

  1. Execute SELECT 1 AS example FROM dual;

2. Increase the right panel to the left (make it bigger).

3. Now decrease it back to the original size:

Now, the number is hidden. However, a horizontal scroll bar appeared, which is not necessary, since the result obviously fits into the panel. “Reset Display” recovers the original display, still I find this to be rather inconvenient.

A very similar problem arises in SQL Notebooks.

This might look like a minor detail, but the problems with viewing query results is really the only thing preventing me from abandoning the legacy SQL Developer in favour of the Extension. I would love to have a smooth experience in VS Code, because I like the overall appearance, but these viewing issues appear to be really hard to solve.

I am on Windows 11, SQL Developer version 25.2.2 and use a 1440p display (if that's relevant).

Comments
Post Details
Added 5 days ago
0 comments
32 views