An open API service indexing awesome lists of open source software.

https://github.com/steditor/vsce-line-endings

Visual Studio Code extension to show line endings
https://github.com/steditor/vsce-line-endings

line-endings visual-studio-code-extension

Last synced: about 1 year ago
JSON representation

Visual Studio Code extension to show line endings

Awesome Lists containing this project

README

          

# Show line endings in Visual Studio Code

This is a small extension that renderes `CR` and/or `LF` at the end of each line.

## Features

If `editor.renderControlCharacters` is true, at the end of each line there will be indicators showing which line ending is used in that line.
Note that this setting does come with Visual Studio Code, not with this extension.

## Known Issues

As of now, Visual Studio Code normalizes all line endings in a file when the file is opened.
Therefore, this extension won't give you more information than what you can already read in the status bar.
As soon as [this issue](https://github.com/Microsoft/vscode/issues/127) is dealt with, the extension might actually be useful.