D. Linhares
D. Linhares

Reputation: 13

How can i put number of line in Oracle sql developer

i'm a doubt.

I would like to know how can i put numbers of line in Oracle sql developer. I think i need change something in tools > preferences, but i don't know how to do.

Thanks

Oracle Sql Developer

Upvotes: 1

Views: 5377

Answers (2)

Ashish Yadav
Ashish Yadav

Reputation: 111

Open Oracle SQL Developer and follow the below steps-

  • List item
  • Go to Tools-->Preferences
  • Expand Code Editor
  • Click on Line Gutter
  • Enable Show Line Numbers

Done!

Upvotes: 3

thatjeffsmith
thatjeffsmith

Reputation: 22427

Right click in the gutter.

enter image description here

It's also in the preferences:

enter image description here

Upvotes: 4

Related Questions