Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
637 views
in Technique[技术] by (71.8m points)

vscode settings - VS Code Scroll Map (Minimap)

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

question from:https://stackoverflow.com/questions/35899331/vs-code-scroll-map-minimap

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...