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
- Host: GitHub
- URL: https://github.com/steditor/vsce-line-endings
- Owner: Steditor
- License: mit
- Created: 2018-01-14T14:49:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T22:20:13.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:45:32.249Z (over 1 year ago)
- Topics: line-endings, visual-studio-code-extension
- Language: TypeScript
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.