VS Code tips — Show or hide folding controls

VS Code tips — Show or hide folding controls

By default, VS Code automatically hides the folding controls in the gutter until you mouse over them. To make VS Code always show folding controls, just set "editor.showFoldingControls": "always". You can also hide them using "editor.showFoldingControls": "never".