Ask HN: Why don't code editors ever have line numbers on by default?
I have always found that whatever IDE I'm using ( Eclipse, Visual Studio, Aptanna etc..) line numbers always seem to be off by default. Not having line numbers makes it difficult to debug and if you're going to be coding you are definitely going to be debugging. Do the majority of people not use line numbers?
6 comments
[ 2.2 ms ] story [ 25.2 ms ] threadI use the "jump to line" command when I'm looking up the cause of a compiler error message, but in an IDE world I doubt I'd need even that, since it'd presumably just link the errors to the appropriate lines visually.