Reputation: 3964
I am searching for something like this extension for VS Code. Any suggestion?
Upvotes: 40
Views: 22622
Reputation: 49260
Additional settings in Minimap (For love of Minimap):
1) to render blocks instead of characters for better visualization on the Minimap:
"editor.minimap.renderCharacters":false
2) highlight slider on the map:
"editor.minimap.showSlider": "always"
Upvotes: 7
Reputation: 1937
Finally! Version 1.10 brings this long missing feature. Official announcement
No need to edit any settings! It's enabled by default.
Upvotes: 4
Reputation: 1466
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
Upvotes: 58
Reputation: 984
You can track an open issue here. They recently launched a beta version of the minimap with the last insider release. Have a look, it looks great! Link to visual studio code
Upvotes: 2
Reputation: 2519
This is a top request in User Voice. Currently not implemented in product nor as an extension.
Upvotes: 23