user565869
user565869

Reputation:

How do I get line numbers in PL/SQL Developer?

In Preferences | User Interface | Editor | Other, I checked Display Line Numbers and set Interval to All. However, I still have no line numbers in my text editor window.

Upvotes: 30

Views: 37373

Answers (4)

Mohamed Hakki
Mohamed Hakki

Reputation: 98

here's how to do it under pl/sql developper v12

pl/sql developper v12

Upvotes: 2

任戰玉
任戰玉

Reputation: 31

preferences--user interface--"show line number" then Right click the area of sql window and select "gutter" ,done!

Upvotes: 3

IbrahimMitko
IbrahimMitko

Reputation: 1207

Right click in the area where you would expect line numbers, and select Toggle Line Numbers

Upvotes: 8

user565869
user565869

Reputation:

There is a second preference you need to set to get line numbers: Preferences | Window Types | SQL Window | Show gutter (line numbers).

Upvotes: 46

Related Questions