VS has a lot of Options that I often need to toggle or switch while in the middle of doing something, a common example is the "Just my code"-mode for Debugging, fortunately there's a bunch of extensions that do this specific action already, but I'd like to be able to toggle/change any setting (or a bunch of settings) in VS via a recorded macro which I could then map to a toolbar button.
Some of the settings I find myself needing to toggle without wanting to dig through the Options windows:
- Debugging: Show raw object layout in Autos/Locals/Watch window
- Various C# editor options that still aren't controllable via
.editorconfig
- etc
VS has a lot of Options that I often need to toggle or switch while in the middle of doing something, a common example is the "Just my code"-mode for Debugging, fortunately there's a bunch of extensions that do this specific action already, but I'd like to be able to toggle/change any setting (or a bunch of settings) in VS via a recorded macro which I could then map to a toolbar button.
Some of the settings I find myself needing to toggle without wanting to dig through the Options windows:
.editorconfig