SmartCommandlineArgs
SmartCommandlineArgs copied to clipboard
A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
Using version 2.3.0. See #70 . The menu item doesn't show up anymore.
SmartCommandlineArgs is a great extension for VS2019 (and VS2022 so far). I can't imagine using VS without it. I wish I could use something similar on VSCode as well, but...
Similar to command line args, being able to define and manage and group ENV vars on a per-project basis would be spectacular. For debugging, I often find myself needing to...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
In recent version of Visual Studio 17.2.3 and SmartCommandLineArgs 2.3.0, arguments that contain backslash n are sent to the application as a new line character. ```bash --my_arg=c:\users\nathan\source\myfile.txt ```  -...
I wanted to turn off this setting: > Tools → Options → Smart Commandline Arguments → General → Enable version control support But seems like there is no such setting:...
When loading a minidump with Visual Studio I get a dialog with this error: ``` --------------------------- Microsoft Visual Studio --------------------------- The 'CmdArgsPackage' package did not load correctly. The problem may...
We have a _lot_ of CLI arguments. The copy/paste functionality to copy over the arguments works great, but sometimes you need a starting point with some defaults pre-checked, but that...
I was using the extension in msvc 2019 -- it was working fine. Then, I upgraded to 2022, and now I have no idea how to get this extension to...