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!

how to change the formatting option of sql,pl/sql in visual studio code

Suneesh Raman-OracleAug 11 2020 — edited Aug 11 2020

Is there any way I can change the default formatting option of sql . pl/sql in visual studio code? I am using the Oracle Developer tool for VS code.

Thanks

Suneesh

Comments

EJP
Answer
The same way you compile and execute any other Java program.
Marked as Answer by 866768 · Sep 27 2020
863331
What's your problem? If you which, you can opst some code ....
YoungWinston
ruivale wrote:
What's your problem? If you which, you can opst some code ....
But which code should he opst?

Winston
EJP
What's your problem?
His problem is stated succinctly his question.
If you which, you can opst some code ....
Pointless. The answer is the same for any code.
796440
EJP wrote:
The answer is the same for anycode.
Oh, but it's not. If he starts with MyClass.java, and we tell him
javac MyClass.java

java -cp . MyClass
then that advice won't work when he creates MyClass2. The poor guy will be left lost and alone, with no clue how to proceed! {noformat};-){noformat}
EJP
OMG you're right!

I need to go back and document how to compile every source file I've written, otherwise somebody might get confused.

Could take a while, I started in 1971.
1 - 6

Post Details

Added on Aug 11 2020
1 comment
207 views