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!

Some questions about SQL Developer for VS Code

user11769530Jun 24 2025 — edited Jun 24 2025

Hi,

I've been starting to use the SQL Developer extension for VS Code (version 25.1.1) and I am having a couple of questions for which I could not find and answers … maybe you guys can help me.

1. Is there any option to edit the Query Result pane in terms of fonts, colors, how the null is shown?

2. Also about Query Result pane and clobs, I've seen an older post from @thatjeffsmith-oracle that there is a plan to add a functionality to not display the content by default but being able to open this in a new window. However in the current version the clob is by default displayed. Was this implemented and if yes, where can I configure this?

3. May I ask how the intellisense integration works? Whenever I am trying to write a query, the schemas/users are not shown in the selection - for example if I write the query below and press CTRL+Space after the select * from, the hr does not pop up. However after typing hr and a dot, I can see the tables in the intellisense. Is there some setting I need to enable for this to work? (PS - I've seen https://www.thatjeffsmith.com/archive/2024/01/code-completion-in-oracle-sqldev-extension-for-vs-code/ this post and there is mentioned that maybe there is a conflict with other extensions, but I have only the SQL Developer installed) Any Idea?

select * from hr.employees;

Thanks a lot!

Comments
Post Details
Added on Jun 24 2025
5 comments
237 views