/code-eol

An extension to display line endings in VS Code

Primary LanguageTypeScript

VS Code EOL

This is an extension to display EOL (new line) characters in your code.

Supports \n, \r\n, and \r returns

Sample with LF

sample

Sample with CRLF

sample

Settings

code-eol.color - Choose the color for displaying the EOL character. Defaults to the current theme color. (Example: "code-eol.color":"#F00")