Skip to content

Commit 27ae0a2

Browse files
authored
Merge pull request #9073 from microsoft/ntrogh/folding-markers
Add note about language-specific folding markers
2 parents 73eb6df + 7ff3791 commit 27ae0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getstarted/userinterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To learn more about floating windows, read the section in the [Custom Layout](/d
8686

8787
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 select or drag the shaded area to quickly jump to different sections in your file.
8888

89-
If you have [folding markers](/docs/editing/codebasics.md#folding) in the editor, such as `//#region` or `MARK:` comments, then the minimap shows the folding marker names.
89+
If you have [folding markers](/docs/editing/codebasics.md#folding) in the editor, such as `//#region` comments, then the minimap shows the folding marker names. Folding markers are language-specific, so check which markers apply to your language.
9090

9191
![minimap](images/userinterface/minimap.png)
9292

0 commit comments

Comments
 (0)