Elephanting Visual Studio Code
-
vscode settings - Make horizontal scrollbar more visible in Visual Studio code - Stack Overflow[^] vscode settings - How to make scrollbars wider in Visual Studio Code? - Stack Overflow[^] You'll need to manually open
%APPDATA%\Code\User\settings.json
, since the settings editor doesn't know about these properties.{
...
"editor.scrollbar.horizontal": "visible",
"editor.scrollbar.horizontalScrollbarSize": 20
}That at least makes it taller and always visible.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
Yay, editing obscure json config files to get it to do (almost) exactly what you want - Windows is slowly, but surely, turning into Linux!
-
Or just resize your window across three monitors: when your editor is 5000 pixels wide, you won't need a scroll bar. ;P
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)
-
Yay, editing obscure json config files to get it to do (almost) exactly what you want - Windows is slowly, but surely, turning into Linux!
-
Apparently some recent update made the horizontal scrollbar "auto-hide". So first you have to mouse-hover near it. But then the "resize window" up/down arrow shows up. It appears there is about a 2 pixel high region near the top of the horizontal scrollbar that is actually useable. I remember when these hidden scrollbars showed up in Ubuntu. Pretty much the reason I ditched Ubuntu. Such a time waster. Move mouse, hover, wait, click, oops, moved mouse when clicked, repeat.
Latest Articles:
Abusing Extension Methods, Null Continuation, and Null Coalescence Operators -
Apparently some recent update made the horizontal scrollbar "auto-hide". So first you have to mouse-hover near it. But then the "resize window" up/down arrow shows up. It appears there is about a 2 pixel high region near the top of the horizontal scrollbar that is actually useable. I remember when these hidden scrollbars showed up in Ubuntu. Pretty much the reason I ditched Ubuntu. Such a time waster. Move mouse, hover, wait, click, oops, moved mouse when clicked, repeat.
Latest Articles:
Abusing Extension Methods, Null Continuation, and Null Coalescence Operators -
Apparently some recent update made the horizontal scrollbar "auto-hide". So first you have to mouse-hover near it. But then the "resize window" up/down arrow shows up. It appears there is about a 2 pixel high region near the top of the horizontal scrollbar that is actually useable. I remember when these hidden scrollbars showed up in Ubuntu. Pretty much the reason I ditched Ubuntu. Such a time waster. Move mouse, hover, wait, click, oops, moved mouse when clicked, repeat.
Latest Articles:
Abusing Extension Methods, Null Continuation, and Null Coalescence Operators -
Apparently some recent update made the horizontal scrollbar "auto-hide". So first you have to mouse-hover near it. But then the "resize window" up/down arrow shows up. It appears there is about a 2 pixel high region near the top of the horizontal scrollbar that is actually useable. I remember when these hidden scrollbars showed up in Ubuntu. Pretty much the reason I ditched Ubuntu. Such a time waster. Move mouse, hover, wait, click, oops, moved mouse when clicked, repeat.
Latest Articles:
Abusing Extension Methods, Null Continuation, and Null Coalescence OperatorsIf you happen to have a mouse wheel you can use it to scroll horizontally by holding the shift key down. Saves a lot of headaches. (so beat me to this, I see now, oh well). The delay for the hover to pop up can be adjusted in settings: "editor.hover.delay": 300,
-
Yeah, auto-hidden scrollbars are the worst. I want an at-a-glance indication if there's more context I need to be aware of.
Paddington Bear wrote:
How to keep scrollbars always visible on Windows 10 April 2018 Update[^] This is one of the first things I do on a new Win 10 machine/installation.
It goes without saying
-
Paddington Bear wrote:
How to keep scrollbars always visible on Windows 10 April 2018 Update[^] This is one of the first things I do on a new Win 10 machine/installation.
It goes without saying
-
Apparently some recent update made the horizontal scrollbar "auto-hide". So first you have to mouse-hover near it. But then the "resize window" up/down arrow shows up. It appears there is about a 2 pixel high region near the top of the horizontal scrollbar that is actually useable. I remember when these hidden scrollbars showed up in Ubuntu. Pretty much the reason I ditched Ubuntu. Such a time waster. Move mouse, hover, wait, click, oops, moved mouse when clicked, repeat.
Latest Articles:
Abusing Extension Methods, Null Continuation, and Null Coalescence OperatorsYes! Honestly, I have 4 monitors, WIDE ones. For the love of God... If I needed the extra 20 pixels THAT BADLY, I would buy a LARGER Monitor. Meanwhile the RIBBON is 30% of the height of the screen, and 4 times taller than the toolbars they replaced. Sometimes I think they are testing our patience!
-
Apparently some recent update made the horizontal scrollbar "auto-hide". So first you have to mouse-hover near it. But then the "resize window" up/down arrow shows up. It appears there is about a 2 pixel high region near the top of the horizontal scrollbar that is actually useable. I remember when these hidden scrollbars showed up in Ubuntu. Pretty much the reason I ditched Ubuntu. Such a time waster. Move mouse, hover, wait, click, oops, moved mouse when clicked, repeat.
Latest Articles:
Abusing Extension Methods, Null Continuation, and Null Coalescence OperatorsThe bigger problem is that SHIFT+WHEEL doesn't do horizontal scroll (at least on VS2019 16.0.3). The even bigger problem is that SHIFT+WHEEL doesn't work in Excel as well. But what can I expect from the company that waited until 2018 to give us the ability to save CSVs in Unicode format...