SmartCommandlineArgs icon indicating copy to clipboard operation
SmartCommandlineArgs copied to clipboard

A Visual Studio Extension which aims to provide a better UI to manage your command line arguments

Results 48 SmartCommandlineArgs issues
Sort by recently updated
recently updated
newest added

Using version 2.3.0. See #70 ![image](https://user-images.githubusercontent.com/1364432/187795774-f3e5cf42-f90b-4c6b-a05a-9402330f8dca.png). 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...

dependencies

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...

dependencies

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 ``` ![image](https://user-images.githubusercontent.com/1364432/173703013-4d483593-3954-4078-bfd2-2b8535decc96.png) -...

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...

enhancement

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...