MBulli / SmartCommandlineArgs

A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
GNU General Public License v2.0
98 stars 35 forks source link

Argument selection based on VS variables #178

Closed rkhoury closed 3 months ago

rkhoury commented 3 months ago

As a feature enhancement, it would be kinda cool to allow a hierarchy of arguments to be selected based on Visual Studio variable values. In this way we could have certain options automatically selected for certain configurations being run, or certain platforms chosen etc.

rkhoury commented 3 months ago

I realised all too late that I had a fork of this extension installed that didn't have all the latest features, so I've just discovered the context menu options for groups that allow them to be specific for platform or config. While this isn't as flexible as what I was proposing it does allow me to do what I want to do and isn't anywhere near as complicated as the proposed enhancement.