microsoft / VS-Macros

An extension for Visual Studio 2013+ that enables the use of macros in the IDE. The extension can record most of the features in Visual Studio including text editing operations.
Other
131 stars 41 forks source link

[Feature request] Recording macros that change specific Options settings #70

Open daiplusplus opened 11 months ago

daiplusplus commented 11 months ago

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: