After many years using Vs Code to implement web applications I’ve been improving my set-up which allows me to be more efficient, the set-up I will share you is to Mac Os, but you can take the ideas and adapt to other operative systems like Linux o Windows.

Set-ups

Set-up on settings.json

"workbench.startupEditor": "none",
"workbench.sideBar.location": "right",
"workbench.panel.defaultLocation": "right",
"workbench.activityBar.location": "bottom",
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"editor.accessibilitySupport": "on",

Extensions

Then, depend of what technologies you will use you will need more tools like autocomplete, snippets, language highlight, etc.

Shortcuts

Code panel

Other set-ups

I found an issue when I tried to copy something CMD + c, it is opening the external terminal is opened if I press the invalid keys CMD + SHIFT + C, so lets remove the shortcut of (open external terminal)

I hope this set-up helps you to improve your performance. Let me know if your have other tips and tricks to continue improving