Feature hasn't been suggested before.
Describe the enhancement you want to request
Feature hasn't been suggested before.
Describe the enhancement you want to request
Problem
There is no dedicated view that lists all opened projects with human-readable names. Currently:
- The "Open Project" dialog (Ctrl+O) shows recent projects but requires searching.
- The command palette (Ctrl+P) shows projects but often only one recent entry, not a browsable list.
- The sidebar displays projects as single initials, which doesn't scale.
- Projects are identified by raw paths, not meaningful auto-generated names.
Requested features
-
Project browser/overview screen – A dedicated view (e.g., under "New Session" or as a sidebar section) that lists ALL opened projects with their display name and path. Clicking a project opens a fresh session.
-
Auto-naming – When a project is opened, auto-generate a readable name from the directory or git repo name (e.g., ~/dev/my-app → my-app), with the option to override it.
Why this matters
- Users with many open projects need a quick way to browse and select by name.
- Descriptive names reduce cognitive load vs. raw paths or initials.
- Improves the overall project-switching UX.
Related issues
Feature hasn't been suggested before.
Describe the enhancement you want to request
Feature hasn't been suggested before.
Describe the enhancement you want to request
Problem
There is no dedicated view that lists all opened projects with human-readable names. Currently:
Requested features
Project browser/overview screen – A dedicated view (e.g., under "New Session" or as a sidebar section) that lists ALL opened projects with their display name and path. Clicking a project opens a fresh session.
Auto-naming – When a project is opened, auto-generate a readable name from the directory or git repo name (e.g.,
~/dev/my-app→my-app), with the option to override it.Why this matters
Related issues