Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show horizontal scrollbar in the files explorer #15539

Closed
vladmyr opened this issue Nov 15, 2016 · 104 comments
Closed

Show horizontal scrollbar in the files explorer #15539

vladmyr opened this issue Nov 15, 2016 · 104 comments
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues tree-widget Tree widget issues verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@vladmyr
Copy link

vladmyr commented Nov 15, 2016

  • VSCode Version: 1.7.1

It would be nice to have horizontal scroll on explorer sidebar, especially when you are working on a project with deeply nested files

@bpasero bpasero changed the title [Request] Explorer sidebar: horizontal scroll Show horizontal scrollbar in the files explorer Nov 16, 2016
@bpasero bpasero added file-explorer Explorer widget issues feature-request Request for new features or functionality labels Nov 16, 2016
@bpasero bpasero removed their assignment Nov 16, 2016
@axdyng
Copy link

axdyng commented Feb 14, 2017

This is a huge User experience penalty for me. Especially when i have files that have similar starting names.

image

Right now, i have to manually drag the "Text Editor" area whenever i want to look for specific file names.

Atom allows us to scroll horizontally within the "explorer". I don't understand why VSCode does not have a basic UI like this.

Hope to see it soon!

@craigkj
Copy link

craigkj commented Mar 6, 2017

Im also in favour of this idea.

In the meantime i'm working around it by having a large explorer but hiding/showing it with Cmd + B (Windows is Ctrl + B). You can also open the explorer window with Cmd+Shift+E and switch to search with Cmd+Shift+F. These might be useful for anyone else coming across this issue.

These shortcuts combined with Cmd+P to jump straight to the file i'm after is proving good enough for now. Nevertheless I think having an (optional?) horizontal scroller would be a nice addition.

@lukadelux
Copy link

+1

6 similar comments
@mwmcode
Copy link

mwmcode commented Mar 22, 2017

+1

@andrewmartin
Copy link

+1

@mpenna
Copy link

mpenna commented Mar 30, 2017

+1

@viix
Copy link

viix commented Apr 12, 2017

+1

@ahmad-sa3d
Copy link

+1

@Clauber-camilo
Copy link

+1

@hungys
Copy link
Contributor

hungys commented May 10, 2017

+1

@bpasero Why was this not in backlog? 😢

@johnteee
Copy link

+1

@goodjack
Copy link

+1
please~~~

@elenath
Copy link

elenath commented May 15, 2017

+1

1 similar comment
@albert-olive
Copy link

+1

@apwete
Copy link

apwete commented May 23, 2017

@bpasero Is there an ETA on when this feature might be applied? I love VS Code, but there isn't an application I work on that has a shallow folder structure and files with simple names. I will have to switch back to Atom if this isn't on the docket somewhere.

@Houcer
Copy link

Houcer commented May 26, 2017

+1

5 similar comments
@lisposter
Copy link

+1

@sottar
Copy link

sottar commented May 26, 2017

+1

@cezarsmpio
Copy link

+1

@max-marcus
Copy link

+1

@Keystion
Copy link

+1

@energeyes
Copy link

+1
There are some plans on this question?

@arled
Copy link

arled commented Jun 12, 2017

+10000000000

@mlars84
Copy link

mlars84 commented Feb 2, 2018

+1

@erperejildo
Copy link

overflow-x: auto;

@jm96441n
Copy link

jm96441n commented Feb 6, 2018

+1

@izcream
Copy link

izcream commented Feb 7, 2018

4 months already. this features still not release 😢 😭

@flmm
Copy link

flmm commented Feb 20, 2018

+1

@MichaelJGW
Copy link

I'm not sure if anyone else wants this feature but I'm giving it a +1

@RyanMitchellWilson
Copy link

RyanMitchellWilson commented Mar 8, 2018

It has been almost a year and a half since this issue has been opened and hundreds of people have been requesting this. @RMacfarlane @bpasero @isidorn Why does this keep getting blown off? People clearly want this and are repeatedly asking for it. Look how many duplicate issues there are for this. Why can you not prioritize one of the biggest and most asked for issues that your users are experiencing? Can this please be added in the next release? Please listen to your users.

@arthurgeron
Copy link

This can't be even called a "feature request", it is an basic UI Design flaw, plain and simple.
Shame on you Microsoft..

@erperejildo
Copy link

Another update today without this

@ha404
Copy link

ha404 commented Mar 8, 2018

Has anyone looked at the code? Is there something special about this UI? I imagine it'd just be an addition of overflow: auto.

@mehanig
Copy link

mehanig commented Mar 8, 2018

@ha404 there is PR listed above, please look into it #37105
Unfortunately, it doesn't look like its just overflow:auto

@ha404
Copy link

ha404 commented Mar 8, 2018

@mehanig holy crap. Was there some sort of advantage to "virtualizing" this view?

@gizm0bill
Copy link

@ha404 there are other parts where coding is preferred over css-ing around here, don't worry about it. Would be nice if some ui devs would get involved and try to clean stuff like this up.

@ivanrojasdev
Copy link

you know if there is a plugin for Visual Studio Code, which allows me to highlight opening and closing tags as well as the sublime text BracketHighlighter

@SeongwoonHong
Copy link

+1

@joaomoreno joaomoreno modified the milestones: Backlog, March 2018 Mar 12, 2018
@joaomoreno joaomoreno self-assigned this Mar 12, 2018
@joaomoreno
Copy link
Member

Created a workbench.tree.horizontalScrolling setting to enable horizontal scrolling in all workbench trees. The reason for a setting is performance: horizontal scrolling just costs too much and would affect everyone. Let us know bugs!

kapture 2018-03-12 at 16 20 47

@ghost
Copy link

ghost commented Apr 9, 2018

@joaomoreno when it will be enabled by default?

@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues tree-widget Tree widget issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests