Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS code - highlight selected word in minimap

Tags:

Just shifted to VS code from Atom (nostalgia :P).
I'm looking for a way to highlight selected word in minimap. Any idea how to get this for VS code?

enter image description here

like image 343
GorvGoyl Avatar asked Aug 18 '17 10:08

GorvGoyl


People also ask

How do I highlight a word in Visual Studio code?

On windows hold down Ctrl + Shift and on mac Command + Shift, then press the key P.

How do I highlight all words in Visual Studio?

Right click on any word under the caret and select Toggle highlight of current word in the MultiWordHighlight menu.


2 Answers

I use the mde.select-highlight-minimap plugin, which works great.

VS code - highlight selected word in minimap

like image 68
David Refoua Avatar answered Oct 11 '22 03:10

David Refoua


It is not available yet. But this feature request is tracked here.

like image 28
HaaLeo Avatar answered Oct 11 '22 03:10

HaaLeo