

The editor has a navigation bar above its contents called Breadcrumbs. If you would like to disable indent guides, you can set "": false in your user or workspace settings. The image above also shows indentation guides (vertical lines) which help you quickly see matching indent levels. Tip: You can move the minimap to the left hand side or disable it completely by respectively setting "": "left" or "": false in your user or workspace settings. You can click or drag the shaded area to quickly jump to different sections of your file. A file's minimap is shown on the right side of the editor.
#Box sync 4 change folder code
MinimapĪ Minimap (code outline) gives you a high-level overview of your source code, which is useful for quick navigation and code understanding. Drag and drop the editor title area to reposition or resize the editor. Tip: You can resize editors and reorder them. When you have more than one editor open you can switch between them quickly by holding the Ctrl (macOS: Cmd) key and pressing 1, 2, or 3. You can change this behavior through the setting and configure to open new editors to the bottom of the active one instead. So if you have two editors side by side and you want to open file 'foo.cs' into the right-hand editor, make sure that editor is active (by clicking inside it) before opening file 'foo.cs'.īy default editors will open to the right-hand side of the active one. Whenever you open another file, the editor that is active will display the content of that file.

You can show it with ⌥⌘B (Windows, Linux Ctrl+Alt+B).Įach time you start VS Code, it opens up in the same state it was in when you last closed it. Tip: A Secondary Side Bar is also available to display views opposite the Primary Side Bar.

Panel can also be moved to the left or right for more vertical space. By default, it houses output, debug information, errors and warnings, and an integrated terminal.
#Box sync 4 change folder full
VS Code comes with a simple and intuitive layout that maximizes the space provided for the editor while leaving ample room to browse and access the full context of your folder or project. Like many other code editors, VS Code adopts a common user interface and layout of an explorer on the left, showing all of the files and folders you have access to, and an editor on the right, showing the content of the files you have opened.

Configure IntelliSense for cross-compilingĪt its heart, Visual Studio Code is a code editor.
