sirfuzzalot / workspace-explorer

Organize, iconize and open your collection of VSCode workspaces
Apache License 2.0
21 stars 1 forks source link

Provide a wrapped implementation of the 'Switch window' feature #31

Open ELLIOTTCABLE opened 11 months ago

ELLIOTTCABLE commented 11 months ago

At the moment, my workflow looks like this:

  1. ⇧⌃P switch window
  2. check if my workspace is already open
  3. if not, ⇧⌃P open workspace in new window
  4. type name i want

It'd be great if this were one single command, kinda like ⌃P works for files — it's the same command to both switch to an open editor-pane if it's present, or open a new editor-pane for that file if it's not open yet. Completely thoughtless, doesn't break flow.