Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>EndOfLineNew to Visual Studio Code? Get it now.
EndOfLine

EndOfLine

zokugun

|
2 installs
| (0) | Free
Display end-of-line characters with custom symbols and styles
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

EndOfLine

License Visual Studio Marketplace Version Open VSX Version Donation Donation Donation

With EndOfLine, let's display the end-of-line characters with yours symbols and styles.

Configuration

In your settings:

{
    "endofline.cr.symbol": "←",
	"endofline.crlf.symbol": "↵",
	"endofline.lf.symbol": ".",
	"endofline.style": {
		"color": "#009999",
		"opacity": 0.5
	},
}

Settings

Setting Description Default
endofline.cr.symbol Symbol displayed for CR (\r), the end-of-line sequence for Classic Mac. ¤
endofline.cr.style Style attributes (e.g., color, opacity) used to display this EOL symbol. {}
endofline.crlf.symbol Symbol displayed for CRLF (\r\n), the end-of-line sequence for Windows. ¤¬
endofline.crlf.style Style attributes (e.g., color, opacity) used to display this EOL symbol. {}
endofline.enabled Controls whether to display the EOL symbols or not. true
endofline.lf.symbol Symbol displayed for LF (\n), the end-of-line sequence for Linux and macOS. ¬¤
endofline.lf.style Style attributes (e.g., color, opacity) used to display this EOL symbol. {}
endofline.notification Display notification when a new version is installed minor
endofline.style Style attributes (e.g., color, opacity) used to display any EOL symbols. Ex: "endofline.style" { "color" : "#009999", "opacity" : 0.7 } {}

Donations

Support this project by becoming a financial contributor.

Ko-fi ko-fi.com/daiyam
Liberapay liberapay.com/daiyam/donate
PayPal paypal.me/daiyam99

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft