https://github.com/jamesfoster/vs-whitespace-macros
VS Whitespace Macros
https://github.com/jamesfoster/vs-whitespace-macros
Last synced: 5 months ago
JSON representation
VS Whitespace Macros
- Host: GitHub
- URL: https://github.com/jamesfoster/vs-whitespace-macros
- Owner: jamesfoster
- Created: 2012-05-04T09:10:43.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-04T10:14:26.000Z (about 14 years ago)
- Last Synced: 2025-06-20T06:09:02.646Z (12 months ago)
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Visual Studio Whitespace Macros
=
To install: `Tools` > `Macros` > `Load Macro Project...`
To configure:
* `Tools` > `Customize...` > `Commands`
you can add the macros to any menu, toolbar or context menu. I chose to add them to the Text Editor toolbar...
* Choose `Text Editor` toolbar
* Click `Add New Menu` and rename to "Whitespace"
* Change selected toolbar to `Text Editor | Whitespace`
* Click `Add Command` then choose `Macros`
* Add the commands you want to appear in your menu and rename them to something short. (All whitespace macros start with "Macros.VSWhitespace.VSEditor.")
Here's mine:

Enjoy!