Skip to content

Allow Command Palette to Remain Open When Window Loses Focus #98289

@seanfisher

Description

@seanfisher

Desired behavior:

  1. Open command palette with Ctrl+Shift+P; the command palette is open and waiting for input
  2. Tab over to another application
  3. Tab back to VS Code
  4. Command palette is still open waiting for input, having maintained any previously entered parameters and text

Current behavior:

  1. Open command palette with Ctrl+Shift+P; the command palette is open and waiting for input
  2. Tab over to another application
  3. Tab back to VS Code
  4. 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.

Metadata

Metadata

Assignees

Labels

*questionIssue represents a question, should be posted to StackOverflow (VS Code)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions