

I like to change my new classes so that by default they are public, instructions are below. You can share settings across a team so that everyone is more productive and in sync. The small amount of time it takes to invest in installing and learning these tools pays off in the long run! I have listed out the shortcuts that I use in my Visual Studio and how to change your settings if you want to adopt some of my shortcuts or make up your own easy to remember ones. I like tools that make my development faster and more organized. This post from Premier Developer consultant Crystal Tenn walks you through customizing Visual Studio to work better for you and your organization.

You can achieve the split view by selecting View > Editor Layout > Split Up. If you’re good at multitasking and if you are working on two different files of the same project simultaneously, or need to check the difference between two files then go to the split view. The transition to full screen can be disabled via zenMode.fullScreen.

Zen mode can be toggled using the View menu, Command Palette, or by the shortcut Ctrl+K Z.

Zen Mode lets you focus on your code by hiding all UI except the editor (no Activity Bar, Status Bar, Side Bar and Panel), going to full screen and centering the editor layout. Install extensions ⇒ Keyboard Shortcut: Ctrl+Shift+X.Create snippets ⇒ Snippet Generator is a site that lets you paste in some code and easily convert it into snippet format.Add JSON validation ⇒ Create your own schema and validation in settings.json.Tune your settings ⇒ Keyboard Shortcut: Ctrl+,.Change your keyboard shortcuts ⇒ Keyboard Shortcut: Ctrl+K Ctrl+S.Change your theme ⇒ Keyboard Shortcut: Ctrl+K Ctrl+T.There are many things you can do to customize VS Code.
