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