-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
under-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approachuxUser experience issuesUser experience issues
Milestone
Description
This issue to explore how we might improve the (default) first run experience from the file explorer (and other areas).
Current Experience
Desktop
Today, when you install VS Code for the first time and open a file you are greeted with a series of views in the explorer:
- Open Editors
- Folders
- Outline
- Timeline
- NPM Scripts
Proposal
We can consolidate some of the features that have overlap in other areas:
- Hide
Open Editors
in favor of Editor Tabs - Folders - Keep Visible
- Hide
Outline
in favor of Breadcrumbs +Go To Symbols in Editor
- Timeline - Keep Collapsed
- Hide
NPM Scripts
in favor of adding an actionin the editor toolbarvia codelenses in thepackage.json
file to surface it
Other Ideas
In addition to this proposal, we also discussed the following options that would require more engineering effort:
- Once we add a secondary sidebar, we could move file specific views onto it (outline, timeline, etc.)
- For Codespaces: hide the remote explorer and surface port forward through the remote picker
- For the GitHub extension: combine the PR and Issues view into the SCM view since they are all
git
related features - Make the sidebar headers clickable to surface the view options (right-click menu to toggle views)
- Add an action from the
Go To Symbols in Editor
quick pick that toggles the outline view
bpasero, sana-ajani, nfbyte, emsaks, kanlukasz and 4 morekonstantinovaleksej
Metadata
Metadata
Assignees
Labels
under-discussionIssue is under discussion for relevance, priority, approachIssue is under discussion for relevance, priority, approachuxUser experience issuesUser experience issues