-
Notifications
You must be signed in to change notification settings - Fork 37.9k
Closed
Labels
*questionIssue represents a question, should be posted to StackOverflow (VS Code)Issue represents a question, should be posted to StackOverflow (VS Code)
Description
Desired behavior:
- Open command palette with Ctrl+Shift+P; the command palette is open and waiting for input
- Tab over to another application
- Tab back to VS Code
- Command palette is still open waiting for input, having maintained any previously entered parameters and text
Current behavior:
- Open command palette with Ctrl+Shift+P; the command palette is open and waiting for input
- Tab over to another application
- Tab back to VS Code
- Command palette is still closed and all entered text or parameters are lost and must be re-entered
This would be especially helpful for multi-turn commands requiring several inputs. For example, imagine I am following a tutorial and I invoke a command with 5 parameters. I get through the first 4, then forget the value of the last one and have to tab over to a web browser to copy the value for the last parameter. Or perhaps the command parameter is asking for a file path and I have to reference Explorer or something to figure out what to type in.
Currently it's maddening to realize I have to re-enter all the text/parameters for a command from memory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*questionIssue represents a question, should be posted to StackOverflow (VS Code)Issue represents a question, should be posted to StackOverflow (VS Code)