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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

question about snippets

We have big pl/sql projects handled and developed in vscode an git.
I always used to work alone on my projects with SqlDeveloper, but for this project I need to integrate the team which use VsCode.
I asked them if they have a equivalent to the "Format" the code like i have with SqlDeveloper. They told me not.
So I have installed "Oracle SQL Developer Extension for VSCode" and associated my pks and pkb files to it so I can be able to format the code like I used to do.
The problem is that in the workspace gitlab in vscode there is a "plsql.code-snippets" file that does a lot for creating new almost ready to use pl/sql procedures.
Since I have installed the extension the custom snippets does not work anymore and are replaced by the oracle ones.

What can I do to have both of them available (custom and oracle) ?

Regards

JeanYves

This post has been answered by Jean-Yves Bernier on Mar 27 2025
Jump to Answer

Comments

Processing

Post Details

Added on Mar 19 2025
5 comments
138 views