Single line to multiple numbers.

Issue #31 new
Boris created an issue

When there is very long text it line spits into two lines. That’s fine. But then each line gets it’s own number.

Text sample:

let msg = "This is text sample." 
console.log(msg + "\n" + "This is very long test sample") // Yup it is like reaaaly long, this is writen in two lines, but displays four.

Image sample

Example of excepted behavior

Comments (3)

  1. Boris reporter

    This wrong line can be annoying when you see error on line 8, go to what you think is line 8, lthat is perfect, but it's line 6, and actual line 8 indentifies as 10.

    With large files, with lot of text those numbers really can go wrong.

  2. Log in to comment