Reputation: 34643
How to toggle the line number on the SQL Editor in DBeaver?
I can't find this option in Window / Preferences / General / Editors / SQL Editor.
Is it possible to do this?
Upvotes: 77
Views: 105274
Reputation: 431
In my case, none of this answers work for me, so I decide to expose my answer.
Environment
DBeaver: Version 23.2.0.202309041200
Mac M1 Pro
Steps
Select the Script \
Right click on the UI very close to the beginning of the line \
Left clik on "Show Line Numbers" button
Before solution
After solution
Upvotes: 4
Reputation: 23592
It is under Window / Preferences / Editors / Text Editors:
In older versions it was under Window / Preferences / General / Editors / Text Editors.
But as @simhumileco pointed out, there is a shortcut in the context menu when you right-click the left gutter of the editor.
Upvotes: 130
Reputation: 34643
I found it:
Right click on left column of SQL Editor and click Show / Hide Line Numbers from context menu.
Upvotes: 45
Reputation: 61
In version 21.0.4.202105021514 it looks like this:
Windows > Preferences > Editors > Text Editors > Show line numbers
Upvotes: 6
Reputation: 189
Window > Preferences > General > Editors > Text Editors Then, select the checkbox "Show Line Numbers"
Upvotes: 16
Reputation: 2980
You can follow the below steps:
Windows > Preferences > General > Editors > Text Editors > Show line numbers
Upvotes: 4