Issue #10 (Minimap Settings)06/29/22
|
Get a weekly dose of tools, articles, and other resources covering remote work, productivity, career well-being, and lots more.
|
|
|
When using a code editor like VS Code or Sublime Text (the two I currently use), I've never really found much use for the "minimap" feature. The mini map, as you probably know, is a "mini" representation of the current file you're working inside that appears in the top-right area of your editor. You can use it to quickly navigate to different parts of your code.
I've only personally used the minimap a few times but I'm sure some of you find it useful, depending on the type of files you're working on.
If you hate the minimap and find it more bothersome than useful (for example, I've accidentally clicked on the minimap many times!),
you can disable it in your settings: Open the UI Settings, then type "minimap" in the search at the top. Notice the options that appear.
To disable the minimap, uncheck the "Controls whether the minimap is shown" option.
If you're someone who likes the minimap and finds it useful, notice the different
settings that let you customize it (which might also make it more useful for those who don't currently use it). You can do any of the following:
- Change the width of the minimap
- Render color blocks in place of the actual lines of code
- Change the scale of content drawn in the minimap
- Always show the slider that appears on mouseover
- Switch the minimap to the left side instead of the default right
- Change the size of the minimap in relation to the editor window
I fiddled around with a bunch of the minimap settings and you can see the result in the screenshot below.
It's quite large now and almost becomes a completely different tool. I don't think I'll keep these settings, but I thought it was interesting to see what the different options can do. Maybe you'll find some of these useful for your own use of the minimap.
Now on to this week's hand-picked links!