An open API service indexing awesome lists of open source software.

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

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:

![Whitespace Menu](/jamesfoster/VS-Whitespace-Macros/raw/master/images/menu.png)

Enjoy!