what plugins do i need to install on eclipse so that .java files will show line number? how about show line number on .xml/.html as well?
Asked
Active
Viewed 2.3k times
4 Answers
46
There is also a simpler way: just right click on gutter (left border of your editor window in which your code resides) and enable them.. there is a specific option there.

Jack
- 131,802
- 30
- 241
- 343
-
The option is called "Show line numbers". – bancer Oct 20 '10 at 16:06
17
Window Menu -> Preferences -> General -> Editors -> Text Editors -> check Show line numbers

Kaleb Brasee
- 51,193
- 8
- 108
- 113
0
Easy click on left bar (where line numbers will show) and clikc Show line numbers.

galovikcode.eu
- 11
- 1
0
What if line numbers are not displayed even after checking the line number option in Window->Preferences->Editors->Show Line Numbers checkbox. I am facing this issue.

srinivas
- 474
- 7
- 14