Menü schliessen
Created: March 21st 2025
Last updated: March 24th 2025
Categories: IT Development,  IT Support
Author: Tim Fürer

VSCode: Minimap / Code Outline Missing

Tags:  guide,  VSCode
Donation Section: Background
Monero Badge: QR-Code
Monero Badge: Logo Icon Donate with Monero Badge: Logo Text
82uymVXLkvVbB4c4JpTd1tYm1yj1cKPKR2wqmw3XF8YXKTmY7JrTriP4pVwp2EJYBnCFdXhLq4zfFA6ic7VAWCFX5wfQbCC

The Minimap (or Code Outline) is a helpful feature in Visual Studio Code that provides you with a general overview of your code that you can use for quick navigation. By default, it's located at the top right of your editor and looks something like this:


Minimap Gone

If the Minimap has disappeared or isn't being shown it's most likely that it's been disabled. To re-enable it, head to and toggle on "View > Appearance > Minimap".

Alternatively, you can go to VSCode's settings and search for and set the option "editor.minimap.enabled" to true: