microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.65k stars 28.68k forks source link

Enhanced Scrollbar (add minimap) #4865

Closed jschraub closed 7 years ago

jschraub commented 8 years ago

Feature Request

Add the Enhanced Scrollbar feature from VS 2013 and VS 2015 into VS Code. It's an extremely efficient way to move around within a file and would be a great feature to have in VS Code.

If this is already an extension or an option, I could not find it.

gauravsaini commented 7 years ago

Can we have map or scrollbar appear only when mouseover on the edges

chriswiley commented 7 years ago

@gauravsaini this is a closed issue

deadmann commented 7 years ago

is there a way to use older version? on one of my online cources, the teacher used map, and it categoriezed code blocks, with so many code, it's not readable at all on the side bar, so that's far far better to ignore seeing code, but have code categorized by their code blocks.

chriswiley commented 7 years ago

@deadmann if you want to turn the minimap off just go into your settings and find:

// Controls if the minimap is shown
  "editor.minimap.enabled": true,

And set it to false. There is no need to go back to an older version.

deadmann commented 7 years ago

@deadmann if you want to turn the minimap off just go into your settings and find:

// Controls if the minimap is shown "editor.minimap.enabled": true, And set it to false. There is no need to go back to an older version.

I want mini-map, actually I'm the one who activated it, but i want in a simpler form, when my code grows, and with long lines, it's not simple to look at the mini-map, i mean, can you really read this?

x

I found it, an another system, where we had a big project, i just wanted to tell you that it can be unreadable in such cases, where it appeared, it may be due use of different version of VS in on that platform, or because the file got too long. but that's what i show in the image.