DEV Community

Discussion on: Visual Studio Code: 6 settings to light up your code screenshots.

Collapse
 
andrewjbyrne profile image
Andrew Byrne

Thanks Tom and I appreciate you also mentioning the minimap feature. It is a zoomed out picture of your code, kind of like taking a 10,000 foot view so you can step back and see the overall picture. It was added a couple months ago in a refresh. I have it disabled by default, so forgot to add it as a tip. Folks, to disable the little minimal of your code, just use this setting:

"editor.minimap.enabled": false