SmartCommandlineArgs icon indicating copy to clipboard operation
SmartCommandlineArgs copied to clipboard

Is there a similar extension like this one for VSCode?

Open plumer opened this issue 3 years ago • 1 comments

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?

plumer avatar Aug 03 '22 19:08 plumer

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.

Irame avatar Mar 04 '23 13:03 Irame