Allow sendInput
to have promptable sections for further completion
#12927
Labels
Area-CmdPal
Command Palette issues and features
Area-Extensibility
A feature that would ideally be fulfilled by us having an extension model.
Area-Settings
Issues related to settings and customizability, for console or terminal
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Product-Terminal
The new Windows Terminal.
Milestone
This is like half a showerthought.
Probably refer to
Add action to bring up a Cmd Palette with justsendInput
actions #12862sendInput
should be previewable #12861What if
sendInput
could have like, a${prompt}
section in it, that then had the terminal prompt you to complete that section before actually doing the wholesendInput
? So you could have like (for trivial example):Okay now hear me out for where we get extra crazy.
Crazy idea A
You can label these sections, and we'd fill in subsequent ones if you fill in the first:
This part is definitely inspired by macros in Sublime Text, where I know you can label individual bits as being the same thing.
Crazy idea B
We annotate these sections, and try to provide intelligent completions for them. Like say
So when we see
:dir
, we know that we're supposed to autofill a path into there. That could even be tied into the shell location (OSC9;9
) to provide context-sensitive completion.Crazy idea C
Building on B, what if apps could provide their own completions to us?
addenda
Crazy idea D
basically like C, but more scriptable?
Crazy idea E
What if it was just the
.vscode/tasks.json
syntax?The text was updated successfully, but these errors were encountered: