If you need line numbers there's always BASIC to fall back on ;)But seriously, what do you need the line numbers for? You never refer to line numbers in your code anyway. If you want to jump to lines referredto in error messages there are better ways.
Spotting line number at the left side is much faster compared to jumping to a specific line via keyboard shortcut. At least when the line number is in range. It also helps in orientation.