This extension will highlight and remove any trailing whitespace on any line in any editor in Visual Studio. This makes it really easy to get rid of those annoying invisible characters. You can change the background color easily from the Tools -> Options -> Fonts and Colors menu. The item is called "Trailing Whitespace". Remove trailing whitespaceYou can very easily delete all the trailing whitespace in a file by executing the Delete Horizontal White Space command found in Edit -> Advanced or by using the shortcut key combination Ctrl+K, Ctrl+\ Changing the background colorYou can change the background color from the Tools -> Options dialog under the Environment -> Fonts and Colors settings. The setting is for the Text Editor and the display item is called Trailing Whitespace. Ignore rulesIt's easy to add specify what file patterns to ignore. Any ignored file will have whitespace colorized or removed on save. By default, file paths with any of the following strings contained in it will be ignored:
You can modify these rules in the Tools -> Options dialog. Remove on saveEvery time a file is saved, all trailing whitespace is removed. This can be disabled in the Tools -> Options dialog. ContributeCheck out the contribution guidelines if you want to contribute to this project. For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project. LicenseChangelogversion 2.3 - March 24, 2016
version 2.1 - December 15, 2015
version 2.0 - April 18, 2015
version 1.10 - January 15, 2015
version 1.8 - December 12, 2014
version 1.7 - December 2, 2014
version 1.6 - November 29, 2014
version 1.5 - September 3, 2014
version 1.4
|