microsoft / vscode-azurecli

VS Code extension for the Azure CLI 2.0
MIT License
71 stars 46 forks source link

Intellisense gives different results based on when you trigger it #70

Open Tyriar opened 4 years ago

Tyriar commented 4 years ago

--name should show up even when it's triggered on the exact match --name

8f702eff-165a-4959-b6eb-326edb904844

chrmarti commented 4 years ago

We filter out those argument names that are already there.

Tyriar commented 4 years ago

That's not how other languages work. I used ctrl+space to read the info on - - name but it didn't show up