I think line numbers help in gauging how large a class or method is if the file is longer than a few hundred lines. They also help organize things for me, if I roughly know what line a certain piece of code exists at I can usually find it faster (using jump to line) than without having line numbers.
Comments
I think line numbers help in gauging how large a class or method is if the file is longer than a few hundred lines. They also help organize things for me, if I roughly know what line a certain piece of code exists at I can usually find it faster (using jump to line) than without having line numbers.