F0cus
F0cus

Reputation: 625

Oracle SQL Developer - Format setting like toad

how to make SQL Developer to format my PL/SQL code like TOAD. Because every time, I need to get help from other peers to format my PL/SQL code.

Upvotes: 1

Views: 4312

Answers (1)

Marc S.
Marc S.

Reputation: 36

You can change the formatting, so you can adapt it yourself to the formatting TOAD has. Go to the menu

Tools - Preferences - Database - SQL Formatter - Oracle Formatting

Click on "edit", and then you can change the alignments, indentation, line breaks etc.

Might take a while to customize it, but you can change everything according to your preferences.

Upvotes: 2

Related Questions