Subject: How to display line numbers in Eclipse IDE
Author: Alex_Raj
Posted on: 10/23/2012 06:56:04 PM
By default, the line number is not shown in Eclipseâs editor. In most cases, itâs inconvenient either for browsing nor debugging. Hereâs how you can turn on the âdisplay line numbersâ feature in Eclipse:
Click Preference on menu Windows;
Open General and then Editors;
Click Text Editors and then check the box Show line numbers;
Click on button OK.
References: