

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. I know there has a way to zoom out/in by cmd + shirt + +/cmd + -, but I just want to zoom out edit interface not complete interface, and can zoom in/out by sliding two fingers splay likes JetBrai. 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.The question is about Visual Studio, not Visual Studio Code. Change your theme ⇒ Keyboard Shortcut: Ctrl+K Ctrl+T Under Environment -> Keyboard, remove the Ctrl + Shift +, hotkey from the ReSharper.ReSharperGoToRecentEdits command (or any other commands), and assign the View.ZoomOut command back to Ctrl + Shift +, (use either Global or TextEditor mode).There are many things you can do to customize VS Code.
