Skip to content

Commit 0124336

Browse files
committed
Mention folding at current cursor position. Fixes microsoft#48276
1 parent 64186b0 commit 0124336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/welcome/walkThrough/electron-browser/editor/vs_code_editor_walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ console.log(`This is the manufacturer [${cars[i]}])`);
118118
119119

120120
### Code Folding
121-
In a large file it can often be useful to collapse sections of code to increase readability. To do this you can simply press kb(editor.fold) to fold the code, press kb(editor.unfold) to unfold. Folding can also be done with the +/- icons in the left gutter. To fold all sections use kb(editor.foldAll) or to unfold all use kb(editor.unfoldAll).
121+
In a large file it can often be useful to collapse sections of code to increase readability. To do this, you can simply press kb(editor.fold) to fold or press kb(editor.unfold) to unfold the ranges at the current cursor position. Folding can also be done with the +/- icons in the left gutter. To fold all sections use kb(editor.foldAll) or to unfold all use kb(editor.unfoldAll).
122122

123123
```html
124124
<div>

0 commit comments

Comments
 (0)