0

I want to view how many lines there are in my program. I have searched everywhere in Eclipse and I can't seem to find how to do it.

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
  • 2
    http://stackoverflow.com/questions/1043666/counting-line-numbers-in-eclipse You have searched in eclipse, but have you searched on Google or SO?! – assylias Jul 31 '13 at 16:19
  • 1
    Right click over the section where line number is appearing. Select "Show line number". – Sankumarsingh Jul 31 '13 at 16:40

2 Answers2

1

Preferences -> General -> Editors -> Text Editors; select Show line numbers

0

As user assylias already mentioned in a comment, there are some good answers to this type of question.

User Vash's solution only shows the line number of the currently selected file.

Community
  • 1
  • 1
nexus
  • 2,937
  • 3
  • 17
  • 22