Line numbering

This is the most basic feature you can expect from a script editor - if it does not tell you what line you are on currently, and does not let you click "Go to line...", then you are severely limiting yourself. Back in my early programming days I used Notepad all the time, and back then it had no "Go to line..." feature - I literally had to press the Down cursor key however many hundred times to get to the error line, as long as I hadn't lost count along the way.

Line numbering will help you find your bugs quicker - there is no two ways about it. Do not settle for an editor that does not have line numbering.

 

Want to learn PHP 7?

Hacking with PHP has been fully updated for PHP 7, and is now available as a downloadable PDF. Get over 1200 pages of hands-on PHP learning today!

If this was helpful, please take a moment to tell others about Hacking with PHP by tweeting about it!

Next chapter: Syntax highlighting >>

Previous chapter: Which IDEs are good

Jump to:

 

Home: Table of Contents

Copyright ©2015 Paul Hudson. Follow me: @twostraws.