Skip to content

Commit 0df15ce

Browse files
author
Jason.Helmick
committed
Edits to improve clarity
1 parent 8645399 commit 0df15ce

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/cloud-shell/cloud-shell-predictive-intellisense.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Predictive IntelliSense is a feature of the **PSReadLine** module. It provides s
2828
complete commands based on items from your history and from predictor modules, like
2929
**Az.Tools.Predictor**.
3030

31-
Prediction suggestions appear as colored text following the user's cursor. The image below shows the
32-
default `InlineView` of the suggestion. Pressing <kbd>RightArrow</kbd> key accepts an inline
31+
Prediction suggestions appear as colored text following the user's cursor. The following image shows
32+
the default `InlineView` of the suggestion. Pressing <kbd>RightArrow</kbd> key accepts an inline
3333
suggestion. After accepting the suggestion, you can edit the command line before hitting
3434
<kbd>Enter</kbd> to run the command.
3535

@@ -72,9 +72,8 @@ Set-PSReadLineOption -PredictionSource None
7272
## Keep your changes permanent
7373

7474
The commands to change the prediction color and enable/disable predictions only affect the current
75-
session. To make these changes reflect every time you start Cloud Shell, create or edit a
76-
PowerShell Profile. The following instructions will guide you through configuring a profile for
77-
Cloud Shell. For more details on PowerShell profiles, see [About_Profiles][06]
75+
session. Add these commands to your PowerShell profile so that they are available every time you start Cloud Shell. The following instructions will guide you through configuring a profile for
76+
Cloud Shell. For more information on PowerShell profiles, see [About_Profiles][06]
7877

7978
### How to check if you have a PowerShell profile in Cloud Shell
8079

@@ -107,8 +106,8 @@ UnixMode User Group LastWriteTime Size N
107106

108107
Use the built-in open-source editor to edit the profile. To learn more, see [Azure Cloud Shell editor][04].
109108

110-
Below is an example of profile commands that set the prediction color to default light grey and
111-
enables History predictions.
109+
The following example shows the profile commands that set the prediction color to default light grey
110+
and enables History predictions.
112111

113112
```powershell
114113
Set-PSReadLineOption -PredictionSource History

0 commit comments

Comments
 (0)