Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Couldn't find that option. It's kind of annoying to turn them on manually for each page.

share|improve this question
4  
you can search on top of the settings pane. just write "line number" and you will find it – Walkman May 2 '12 at 19:03
I can't believe PhpStorm doesn't have this enabled by default. What developer doesn't want line numbers most of the time? (not really a question) Anyways, good question, thanks! – Elijah Lynn Jun 5 at 14:47

4 Answers

up vote 67 down vote accepted

Settings or Preferences if your are on Mac | Editor | Appearance | Show line numbers.

share|improve this answer
I'm on mac, thanks a lot. – domino Nov 10 '11 at 20:59
1  
You can get to settings on Windows with ctrl+alt+s, or file -> settings – Robin Winslow Mar 4 at 11:25

Just now found where is it on Windows. Its View -> Active Editor -> Show Line Numbers (changes only for current document) and File -> Settings -> Editor -> Appearance -> Show Line Numbers (for all documents)

For Mac Version go to PhpStorm -> Preferences in menu. In the preference window go to IDE settings -> Editor -> Appearance -> Show Line Numbers (To change setting for all documents)

share|improve this answer

Settings editor appearance 'Show ling numbers'

share|improve this answer
It has been moved and now exists here in more recent versions – Webnet Oct 7 '12 at 13:46

Follow the below steps:

  • Click on File->Settings->
  • In the Settings dialog box Expand Editor under IDE Settings
  • Click Apperance - > select Show line numbers.
  • Click Apply->Ok.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.