Home > Back-end >  Question Visual Studio Code IDE issue: how to hide the "special" code navigation vertical
Question Visual Studio Code IDE issue: how to hide the "special" code navigation vertical

Time:05-29

I started using Visual Studio Code (vscode) in the last weeks, so I am pretty newbie to it. It has some nice features, but there are some catches and surprises too. Right now, I want to hide a column where we can navigate the current source being edited, in a kind of scroll bar, but with a code thumbnail look. I have taken a screenshot to show you what I mean. It is highlighted in red:

https://imgbox.com/cMMS4rgJ

I searched the menus, tested most of it, but I could not find this. And clicking, right clicking and double clicking in the actual scroll thing does not do anything either.

While composing this question, Vertical rulers in Visual Studio Code was suggested to me. It has nothing to do with my problem.

My VSC version:

Versão: 1.63.2
Commit: 899d46d82c4c95423fb7e10e68eba52050e30ba3
Data: 2021-12-15T09:39:46.686Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.10.0-8-amd64

So, can you help me?

CodePudding user response:

ctrl(cmd) shift p > vtmi

  • Related