Home > Software design >  Show all consecutive EOLs in VSCode
Show all consecutive EOLs in VSCode

Time:11-21

I tried several extensions and settings, but I was not able to make VSCode show all the EOLs (i.e. the file "as it is"), here is an example of the same few lines of a file as displayed by:

VSCode (unfaithful)

enter image description here

and Notepad (faithful)

enter image description here

In general I always prefer to see the file I'm editing "as it is", VSCode has nice colors and styles but it's unreasonable (especially if you deal with TeX) that it hides characters as it likes.

CodePudding user response:

I do think the enter image description here

EDIT: Multiple consecutive EOL's are rendered as single (according to comment), but how to reproduce this? (Screenshot was taken in Windows11)

enter image description here

  • Related