blesson3 / tws

Trailing Whitespace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trailing Whitespace (TWS)

Highlight and trim trailing whitespace.

Features

All trailing whitespace can be decorated with red highlight. Trailing whitespace can be trimmed upon saving the file, but only from lines user has modified.

Extension Settings

This extension contributes the following settings, all machine-overridable:

  • tws.trimOnSave: enable/disable trimming the whitespace when saving document
  • tws.highlightTrailingWhiteSpace: enable/disable highlighting of trailing whitespace
  • tws.highlightOnlyChangedLines: enable/disable highlighting of trailing whitespace only on changed lines
  • tws.debugLog: enable/disable debug log channel

References

  • jsdiff is used to find modified lines

About

Trailing Whitespace

License:MIT License


Languages

Language:TypeScript 100.0%