1
1
---
2
- title : Predictive IntelliSense in Cloud Shell
2
+ title : Predictive IntelliSense in Azure Cloud Shell
3
3
description : Azure Cloud Shell uses Predictive IntelliSense
4
4
services : Azure
5
5
documentationcenter : ' '
@@ -14,7 +14,7 @@ ms.date: 10/11/2022
14
14
ms.author : jahelmic
15
15
---
16
16
17
- # Predictive IntelliSense in Cloud Shell
17
+ # Predictive IntelliSense in Azure Cloud Shell
18
18
19
19
Beginning January 2023 Azure Cloud Shell uses the version of [ PSReadLine] [ 01 ] that has Predictive
20
20
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
33
33
suggestion. After accepting the suggestion, you can edit the command line before hitting
34
34
<kbd >Enter</kbd > to run the command.
35
35
36
- ![ Suggestion in InlineView mode] ( ./media/predictive-intellisense/cs -inline.png )
36
+ ![ Suggestion in InlineView mode] ( ./media/predictive-intellisense/cloud-shell -inline.png )
37
37
38
38
PSReadLine also offers a ` ListView ` presentation of the suggestions.
39
39
40
- ![ Suggestions in ListView mode] ( ./media/predictive-intellisense/cs-listview .png )
40
+ ![ Suggestions in ListView mode] ( ./media/predictive-intellisense/cloud-shell-list-view .png )
41
41
42
42
In ` ListView ` mode, use the arrow keys to scroll through the available suggestions. List view also
43
43
shows the source of the prediction.
@@ -127,9 +127,14 @@ Use the built-in Cloud Shell editor to edit the profile:
127
127
Code $Profile
128
128
```
129
129
130
+ ## Next Steps
131
+
130
132
For more information about configuring PSReadLine and managing predictors, see
131
133
[ Using predictors in PSReadLine] [ 05 ] .
132
134
135
+ For more information on PowerShell profiles, see [ About_Profiles] [ 06 ] .
136
+
137
+
133
138
<!-- link references -->
134
139
[ 01 ] : /powershell/module/psreadline/about/about_psreadline
135
140
[ 02 ] : /powershell/azure/az-predictor
0 commit comments