I would like to easily switch between the two values for "maximum number of parallel projects" in Visual Studio 2008 (in "Tools-> Options-> Projects and Solutions->" Build and Run "). (When I plan to do parallel work, I would like would reduce it from 4 to 3.) I’m not very good at writing macros for the IDE. When I try to record a macro and perform all the actions (open a dialog box, change the setting, click OK), the only thing that is written is the following:
DTE.ExecuteCommand ("Tools.Options")
Is my goal unattainable?
source
share