Skip to content

Commit 7eb1da2

Browse files
Greg Van LiewTyriar
Greg Van Liew
andauthored
Add "Custom Layout" topic (#6763)
* scaffold new Custom Layout topic * Locked editor group basics Part of #6568 * add a couple of images * Add Panel alignment section and image * Add more sections * Locked editor groups * Add pinned tab image * avoid a line break --------- Co-authored-by: Daniel Imms <[email protected]>
1 parent f072d72 commit 7eb1da2

20 files changed

+298
-1
lines changed

build/sitemap.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@
270270
<changefreq>weekly</changefreq>
271271
<priority>0.8</priority>
272272
</url>
273+
<url>
274+
<loc>https://code.visualstudio.com/docs/editor/custom-layout</loc>
275+
<changefreq>weekly</changefreq>
276+
<priority>0.8</priority>
277+
</url>
273278
<url>
274279
<loc>https://code.visualstudio.com/docs/sourcecontrol/overview</loc>
275280
<changefreq>weekly</changefreq>

docs/editor/custom-layout.md

Lines changed: 239 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

docs/editor/port-forwarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Order: 23
2+
Order: 24
33
Area: editor
44
TOCTitle: Port Forwarding
55
ContentId: d7a80c88-c091-4d13-9240-d432c12407a7

docs/getstarted/userinterface.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ When you have more than one editor open you can switch between them quickly by h
5353

5454
>**Tip:** You can resize editors and reorder them. Drag and drop the editor title area to reposition or resize the editor.
5555
56+
### Split in group
57+
58+
You can also split the current editor without creating a new editor group with the **View: Split Editor in Group** command (`kb(workbench.action.splitEditorInGroup)`). To learn more about this editor mode and specific commands for navigating between the two sides, you can read the section in [Custom Layout](/docs/editor/custom-layout.md#split-in-group) topic.
59+
5660
## Minimap
5761

5862
A Minimap (code outline) gives you a high-level overview of your source code, which is useful for quick navigation and code understanding. A file's minimap is shown on the right side of the editor. You can click or drag the shaded area to quickly jump to different sections of your file.
@@ -369,6 +373,7 @@ The `window.restoreWindows` setting tells VS Code how to restore the opened wind
369373
Now that you know the overall layout of VS Code, start to customize the editor to how you like to work by looking at the following topics:
370374

371375
* [Changing the Theme](/docs/getstarted/themes.md) - Set a Color and/or File Icon theme to your preference.
376+
* [Custom Layout](/docs/editor/custom-layout.md) - Learn more about VS Code's workbench and editor layout customizations.
372377

373378
## Common questions
374379

0 commit comments

Comments
 (0)