# Editor tweaks

You can make some tweaks to the visual components of the editor to increase the available space and improve legibility.

### Turn off the Minimap

This is the little navigation bar that sits next to your code.&#x20;

![](https://1151923643-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LlvtEHKkq5bvzPq1pJ4%2F-LlvtJMfPaOZK9HU1qdu%2F-LlwYjCWgIYJ8BHD_xpV%2Fimage.png?alt=media\&token=c4c91a30-a2b1-48d6-9950-d4ec99a6da2b)

It's supposed to give you a heads up display so that you can easily navigate through long files. I find the fact that I can't read it makes it unusable. I find that most people feel this same way. I recommend turning this off as there is a high likelihood that you don't use it and it's just taking up space.&#x20;

Besides, there are other ways (better and faster ways) to find things in your code which we'll discuss later in this workshop.

Turn it off.

* Open Settings (**Cmd/Ctrl + ,**)
* Search for "Minimap"
* Uncheck the "Editor > Minimap: Enabled" setting

![](https://1151923643-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LlvtEHKkq5bvzPq1pJ4%2F-LlvtJMfPaOZK9HU1qdu%2F-LlwZ0ZwzUf97kYA4cxZ%2Fimage.png?alt=media\&token=bae27508-1d4f-439c-bd3f-93fcc3b0f321)

### Move Sidebar Right

The Sidebar is on the left by default. Having it on the right makes it easier to keep your eyes on your code when expanding and collapsing it (which you will do a lot).

* Open the Command Palette (**Cmd/Ctrl + Shift + P**)
* Select "Toggle Sidebar Position"

![](https://1151923643-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LlvtEHKkq5bvzPq1pJ4%2F-LlvtJMfPaOZK9HU1qdu%2F-LlwZQqb1wIva22M5BhT%2Fimage.png?alt=media\&token=2354611b-1767-4cfe-b9c5-fd7d837a0d86)

### Hide Open Editors

By default, VS Code has a section in the File Explorer called "Open Editors". These are the files that you currently have open.&#x20;

![](https://1151923643-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LlvtEHKkq5bvzPq1pJ4%2F-LlvtJMfPaOZK9HU1qdu%2F-LlwZrTYtcpnBnIbNy8m%2Fimage.png?alt=media\&token=72da8e62-4903-477b-a8a8-a4c5037ffc8e)

It's quicker to navigate to files with the File Switcher (**Cmd/Ctrl + P).** The Open Editors section just takes up valuable space in the File Explorer. Turn it off.

* Open Settings (**Cmd/Ctrl + ,**)
* Search for "open editors visible"
* Set the "Explorer > Open Editors: Visible" to 0

![](https://1151923643-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LlvtEHKkq5bvzPq1pJ4%2F-LlvtJMfPaOZK9HU1qdu%2F-Llw_D67fCAIgHgDzv-y%2Fimage.png?alt=media\&token=e4097d7f-7e69-4e72-8c77-a7d31940e540)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://burkeholland.gitbook.io/vs-code-can-do-that/exercise-1-1/editor-tweaks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
