Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code Scroll Map (Minimap)

I am searching for something like this extension for VS Code. Any suggestion?

like image 937
Masoud Darvishian Avatar asked Mar 09 '16 18:03

Masoud Darvishian


People also ask

How do I show the minimap in Vscode?

Toggle minimap command has been added since vscode 1.16. Hit command + shift + p and select View: Toggle Minimap .

Is Vscode minimap useful?

A Minimap (code outline) gives you a high-level overview of your source code, which is useful for quick navigation and code understanding. A file's minimap is shown on the right side of the editor. You can click or drag the shaded area to quickly jump to different sections of your file.

How do I add a scroll in Visual Studio?

Open the Scroll Bars options page by choosing Tools > Options > Text Editor > All Languages > Scroll Bars.


1 Answers

Finally, we have the code mini-map feature in the February 2017 release (1.10)!

To enable it, open your editor settings and add the following

"editor.minimap.enabled": true 
like image 58
trevorgk Avatar answered Sep 27 '22 18:09

trevorgk