简体   繁体   中英

Does the portal.azure.com Cloud Shell provide autocomplete for Powershell or Bash?

Are there any keyboard shortcuts, configuration, browser extensions or other settings that can be set to provide intellisense for the Azure Cloud Shell on portal.azure.com? An Edge or Chrome browser extension for either PS or Bash would suffice.

I am seeking any Intellisense or limited Predictive Intellisense or completers that can provide inline typing help for cli or powershell Shell commands in the browser Azure Shell outside the normal options of --help switch or PS Get-Command.

Azure CLI (Bash Cmdlets) has the Intellisense feature in Azure Cloud Shell when we run one command, ie,

az interactive

When you begin typing any az cmdlets, it will show you the next parameters to be passed to that command and can be completed by pressing Tab button.

AzureCLIBash 智能感知功能

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM