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
99 stars 35 forks source link

Is there a similar extension like this one for VSCode? #137

Open plumer opened 2 years ago

plumer commented 2 years ago

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 I can't find one.

I know that I can edit "launch.json" to change the CLI arguments to the debugger, but that occupies a editor pane and I think a side-view GUI is better. For example, there is a side-view pane with checkboxes on each breakpoint which is very handy (and look like SmartCommandlineArgs). Screenshot 2022-08-03 154029

Is there some extension that I can use that works for VSCode like SmartCommandlineArgs, or is it built-in for VSCode, or some non-trivial effort has to be done to "port" this repo for VSCode?

Irame commented 1 year ago

I started to develop a similar extension vor VS-Code last year but was not able to work on it the last few months. I will post an update here if I get to working and shareable demo.