Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS code minimap "location highlighting"

I was really excited to see VS Code finally added a minimap option for easier navigation. However, I've been really frustrated that the translucent rectangle showing your current location in a file only shows up when you hover over the minimap. A visual example of what I mean:

Without cursor: Without cursor With cursor: With cursor

When using this feature in other editors, I find a lot of value comes from quickly seeing where I am in a file. Does anyone know if there is a setting/extension/hack that will keep the rectangle visible?

like image 505
Mitch Goudy Avatar asked Mar 02 '17 16:03

Mitch Goudy


2 Answers

From the stable version 1.14 (June 2017) there is an option in settings.json:

"editor.minimap.showSlider": "always" 
like image 108
Alex Avatar answered Oct 26 '22 07:10

Alex


It appears this is already being tracked in a feature request:

https://github.com/Microsoft/vscode/issues/21784

like image 22
Bill_Stewart Avatar answered Oct 26 '22 05:10

Bill_Stewart