code-eol
code-eol copied to clipboard
Feature request to make mixed line feeds in a file stand out.
I love that you added the ability to customize the color.
Could you make it so that there's another color for EOL that differ from the current EOL character for the file.
For example: On a dark theme I might leave regular line feeds at a very dark color like: "code-eol.color":"#444"
And then just highlight in red the ones that don't match the current editing setting. "code-eol-mismatch.color":"#F00"
And when you add support for toggling the feature on/off in https://github.com/sohamkamani/code-eol/issues/2, maybe also add: "code-eol-mismatch.alwaysVisible": true
...which means even if visibility is generally off, if they mismatch they'll still show up!