Description
- VSCode Version: 1.10.0-insiders (2017-02-24)
- OS Version: Windows 10
I have some enhancement requests for the current minimap implementation which are already available in Atom
as separate plugins.
- 1. Enable the minimap in latest insider build and position your cursor in the editor. The minimap does not highlight (ligh grey background) your current position unless you hover over the minimap. I would like this highlight to be enabled at all time.
- Implemented via issue Minimap: add a
alwaysShowViewport
setting #21784. A new flag was added"editor.minimap.showSlider": "always"
(its default is however set tomouseover
)
- Implemented via issue Minimap: add a
- 2. Add CSS color display in the minimap, this is available in
Atom
as a separate pluginminimap-pigments
which I find very convenient. - 3. Highlight the text in the editor would also highlight the text in the minimap. This is only available in
Sublime Text
and has a white background (instead of grey)... see print screen.- see this comment