Skip to content

Commit 60fb26d

Browse files
author
Jason.Helmick
committed
Edits to correct title and image titles
1 parent 0792590 commit 60fb26d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Predictive IntelliSense in Cloud Shell
2+
title: Predictive IntelliSense in Azure Cloud Shell
33
description: Azure Cloud Shell uses Predictive IntelliSense
44
services: Azure
55
documentationcenter: ''
@@ -14,7 +14,7 @@ ms.date: 10/11/2022
1414
ms.author: jahelmic
1515
---
1616

17-
# Predictive IntelliSense in Cloud Shell
17+
# Predictive IntelliSense in Azure Cloud Shell
1818

1919
Beginning January 2023 Azure Cloud Shell uses the version of [PSReadLine][01] that has Predictive
2020
IntelliSense enabled by default. We've also installed and enabled the Azure PowerShell predictor
@@ -33,11 +33,11 @@ the default `InlineView` of the suggestion. Pressing <kbd>RightArrow</kbd> key a
3333
suggestion. After accepting the suggestion, you can edit the command line before hitting
3434
<kbd>Enter</kbd> to run the command.
3535

36-
![Suggestion in InlineView mode](./media/predictive-intellisense/cs-inline.png)
36+
![Suggestion in InlineView mode](./media/predictive-intellisense/cloud-shell-inline.png)
3737

3838
PSReadLine also offers a `ListView` presentation of the suggestions.
3939

40-
![Suggestions in ListView mode](./media/predictive-intellisense/cs-listview.png)
40+
![Suggestions in ListView mode](./media/predictive-intellisense/cloud-shell-list-view.png)
4141

4242
In `ListView` mode, use the arrow keys to scroll through the available suggestions. List view also
4343
shows the source of the prediction.
@@ -127,9 +127,14 @@ Use the built-in Cloud Shell editor to edit the profile:
127127
Code $Profile
128128
```
129129

130+
## Next Steps
131+
130132
For more information about configuring PSReadLine and managing predictors, see
131133
[Using predictors in PSReadLine][05].
132134

135+
For more information on PowerShell profiles, see [About_Profiles][06].
136+
137+
133138
<!-- link references -->
134139
[01]: /powershell/module/psreadline/about/about_psreadline
135140
[02]: /powershell/azure/az-predictor

0 commit comments

Comments
 (0)