Relative Content

Tag Archive for visual-studio-codesettings

How do I make VS Code always show the outline view?

I cannot figure out how to not have the go to View>Open View... and click outline secondary sidebar every time I open VS Code. I’ve tried saving on close, searching the preferences, searching the docs, and searching Stack Overflow. All I ever find is how to manually open the view every time – never anything about defaulting to that view always opening. What am I missing? What am I doing wrong in searching for a solution to this issue? I surprised I cannot find it.

VScode explorer column initial indentation

Suddenly the initial indentation of the Explorer column in VScode got bigger. I tried all ways to fix it but no success. What should i do to get rid of that gap before the name of the files ?
enter image description here

Prevent VS code “skipping” quote keypress if next char is a quote

In VS code when the cursor is placed in front of a quote character, and you press that same character on your keyboard, instead of inserting a character as you would expect it just positions the cursor after the already existing quote character. I want to disable this behavior and instead, insert the quote that I typed, but I cannot find a setting to do this.