code-eol
code-eol copied to clipboard
💾 ⭐️ An extension to display line endings in VS Code
I don't see a way to set `error-color`. Right now, my error color is an unhelpful gray, and I want it to be a bright red and maybe with a...
I finally figured out why one feature, [Current Line Blame](https://github.com/eamodio/vscode-gitlens/tree/master/#current-line-blame-), of the [GitLens](https://gitlens.amod.io/) extension wasn't appearing; this extension is conflicting with it somehow. If you've got a moment, could you...
I'm editing a file using tabs for indentation (Golang, Makefile any other where code style requires it).  So far so good. And then I press enter and get this...
# Steps to reproduce 1. Set `"code-eol.toggleWithWhiteSpace": true` (or don't set it, because it is `true` by default). 2. Open a file. 3. Make sure whitespaces are shown (call "View:...