Skip to content

Commit e9440c0

Browse files
author
craigcaseyMSFT
committed
updates after review cycle
1 parent fbcd2ef commit e9440c0

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

docs/ide/reference/options-text-editor-all-languages-scroll-bars.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.workload:
1616
This dialog box lets you change the default behavior of the code editor scroll bar. To display these options, select **Options** from the **Tools** menu. Within the **Text Editor** folder, expand the **All Languages** subfolder, and then choose **Scroll Bars**.
1717

1818
> [!CAUTION]
19-
> This page sets default options for all development languages. Remember that resetting an option in this dialog will reset the Scroll Bars options in all languages to whatever choices are selected here. To change Text Editor options for just one language, expand the subfolder for that language and select its option pages.
19+
> This page sets default options for all development languages. Resetting an option in this dialog will reset the Scroll Bars options in all languages to whatever choices are selected here. To change Text Editor options for just one language, expand the subfolder for that language and select its option pages.
2020
2121
## Show horizontal scroll bar
2222

@@ -28,20 +28,17 @@ When selected, displays a vertical scrollbar, which allows you to scroll up and
2828

2929
## Display
3030

31-
### Show annotations
31+
### Show annotations over vertical scroll bar
3232

33-
You can select whether the scroll bar shows annotations such as code changes, breakpoints, bookmarks, errors, and caret position.
33+
Select whether the vertical scroll bar shows the following annotations:
3434

35-
1. On the **Scroll Bars** options page, select **Show Annotations over vertical scroll bar**.
36-
2. Select the annotations you want to see. The available annotations are:
35+
- changes
36+
- marks
37+
- errors
38+
- caret position
3739

38-
- changes
39-
- marks
40-
- errors
41-
- caret position
42-
43-
> [!TIP]
44-
> The **Show marks** option includes breakpoints and bookmarks.
40+
> [!TIP]
41+
> The **Show marks** option includes breakpoints and bookmarks.
4542
4643
Try it out by opening a large code file and replacing some text that occurs in several places in the file. The scroll bar shows you the effect of the replacements, so you can back out your changes if you replaced something you shouldn't have.
4744

docs/ide/reference/options-text-editor-c-cpp-experimental.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ These features are available in a Visual Studio 2017 installation.
2525
> [!NOTE]
2626
> Your computer might show different names or locations for some of the Visual Studio user interface elements in the following instructions. The Visual Studio edition that you have and the settings that you use determine these elements. See [Personalize the Visual Studio IDE](../../ide/personalizing-the-visual-studio-ide.md).
2727
28-
## Code squiggles
29-
30-
You can enable or disable the following settings to manage the way in which text editor handles code squiggles for C and C++:
31-
32-
- Disable C++ Code Analysis Experience
33-
- Disable Background Code Analysis
34-
- Disable Code Analysis Squiggles
35-
3628
## Enable Predictive IntelliSense
3729

3830
Predictive IntelliSense limits the number of results displayed in the IntelliSense dropdown list so that you see only results that are relevant in the context. For example, if you type <code>int x =</code> and invoke the IntelliSense dropdown, you will see only integers or functions that return integers. Predictive IntelliSense is turned off by default.

0 commit comments

Comments
 (0)