Settings

Theme

The Late Software Developer

mg-crea.com

2 points by olouv · 2 comments

Reader

1 thread
wopak

20+ parallel sessions is wild, how do you actually keep track of which one needs unblocking without it turning into a full-time triage job itself?

  • olouvOP

    Mostly the official Claude extension in VS Code, with many windows open: one per project I'm working on, plus one per group of projects, basically the parent folder for cross-project refactoring. One window holds all the AppStore apps, another all the MCP servers, and so on.

    Then I'm basically smashing VS Code's quickSwitchWindow shortcut to rotate through the sessions round-robin. It's clearly not perfect, I'm obviously not maximizing each session, but since I'm close to hitting my rate limits anyway I haven't looked for further optimization. Maybe I should.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection