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
