Skip to Main Content

Oracle Developer Tools 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.

VSCode requests

8f6efd79-60da-4896-bd49-21f0599e8f13Jul 12 2019 — edited Mar 23 2020

Alias auto-complete. Also I want to setup a schema so that it is the default one per connection. I don't want to enter it every time for intellisense to work

Parameter support. Let us add parameter values and types on the query when they are detected on the file like ":THEDATE". It should remember every value and parameter type on any future file/season using a history file? with values/types per parameter names!

Show script. (shortcut) when on any object/table/view/procedure/package etc it should open the DML sql script of it on a separate tab so i can change it.

Run current query. (shortcut) (without selecting it). Parse the file I'm in and detect the current query that is between two blank lines and execute it.

Result page customization. Maybe add horizontal split support, color changes etc!

Comments

EJP
The only way you can override a method in Java is by defining a class that does so, either statically or as an anonymous inner class. You can't do either of those things in JNI. Ergo you cannot do what you are asking about.
1 - 1

Post Details

Added on Jul 12 2019
8 comments
620 views