Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Elephanting Visual Studio Code

Elephanting Visual Studio Code

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studiocomlinuxannouncement
30 Posts 23 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Marc Clifton

    Paddington Bear wrote:

    Why don't you just disable the scrollbar auto-hide? Or am I missing something?

    Googling exactly that, it doesn't seem possible. The most recent post I found talks about making it taller and a different color, but being able to always show it is one of those features people want but nobody has implemented. Apparently. My google-fu could be off.

    Latest Articles:
    Abusing Extension Methods, Null Continuation, and Null Coalescence Operators

    P Offline
    P Offline
    Paddington Bear
    wrote on last edited by
    #17

    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. I've not yet found a way to stop those auto reboots after updates...

    It goes without saying

    1 Reply Last reply
    0
    • M Marc Clifton

      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

      N Offline
      N Offline
      nedo_007
      wrote on last edited by
      #18

      But .. why do you need to see the scroll bar? Simply hold Shift and use the scroll wheel to scroll horizontally

      T 1 Reply Last reply
      0
      • N nedo_007

        But .. why do you need to see the scroll bar? Simply hold Shift and use the scroll wheel to scroll horizontally

        T Offline
        T Offline
        t j home
        wrote on last edited by
        #19

        this has absolutely MADE MY DAY - who knew that shift-scroll was even a thing - thank you

        1 Reply Last reply
        0
        • R Richard Deeming

          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

          A Offline
          A Offline
          alang_icon
          wrote on last edited by
          #20

          Yay, editing obscure json config files to get it to do (almost) exactly what you want - Windows is slowly, but surely, turning into Linux!

          J 1 Reply Last reply
          0
          • S Stefan_Lang

            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)

            Greg UtasG Offline
            Greg UtasG Offline
            Greg Utas
            wrote on last edited by
            #21

            Won't work for me. My wife took over my large desk, so I use my laptop on a little one! She has two monitors, so I'll thank you not to give her any ideas! :laugh:

            <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
            <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

            1 Reply Last reply
            0
            • A alang_icon

              Yay, editing obscure json config files to get it to do (almost) exactly what you want - Windows is slowly, but surely, turning into Linux!

              J Offline
              J Offline
              Jeroen_R
              wrote on last edited by
              #22

              That specific json isn't really obscure. It's the one that is behind the settings screen (user tab)

              1 Reply Last reply
              0
              • M Marc Clifton

                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

                O Offline
                O Offline
                obermd
                wrote on last edited by
                #23

                XEROX PARC established visible scroll bars whenever the display area was larger than the window. This is a great visual that there's more information than can be displayed. Whoever decided it was a good idea to change this design is an idiot.

                1 Reply Last reply
                0
                • M Marc Clifton

                  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

                  M Offline
                  M Offline
                  maze3
                  wrote on last edited by
                  #24

                  I think it was IE that had a resized scroll bar when hover over it. A design decision that for some seems great, but for me control elements with shape transforms are just distracting

                  1 Reply Last reply
                  0
                  • M Marc Clifton

                    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

                    A Offline
                    A Offline
                    agolddog
                    wrote on last edited by
                    #25

                    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.

                    P 1 Reply Last reply
                    0
                    • M Marc Clifton

                      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

                      M Offline
                      M Offline
                      markchagers
                      wrote on last edited by
                      #26

                      If 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,

                      1 Reply Last reply
                      0
                      • A agolddog

                        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.

                        P Offline
                        P Offline
                        Paddington Bear
                        wrote on last edited by
                        #27

                        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

                        A 1 Reply Last reply
                        0
                        • P Paddington Bear

                          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

                          A Offline
                          A Offline
                          agolddog
                          wrote on last edited by
                          #28

                          Thanks, Bear!

                          1 Reply Last reply
                          0
                          • M Marc Clifton

                            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

                            K Offline
                            K Offline
                            Kirk 10389821
                            wrote on last edited by
                            #29

                            Yes! 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!

                            1 Reply Last reply
                            0
                            • M Marc Clifton

                              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

                              O Offline
                              O Offline
                              obeobe
                              wrote on last edited by
                              #30

                              The 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...

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups