microsoft / vscode-azurecli

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

IntelliSense feature fail in the Azure CLI's vscode extension #88

Closed wu5bocheng closed 8 months ago

wu5bocheng commented 1 year ago

Issue Summary: The IntelliSense feature in the Azure CLI's vscode extension is not working on my Windows 11 machine. Code hints and completions do not appear. I suspect that the issue may be related to a conflict with the copilot extension, which is also installed, but disabling copilot did not resolve the issue.

Steps to Reproduce:

  1. Open vscode on a Windows 11 machine
  2. Install Azure CLI extension
  3. Install copilot extension
  4. Attempt to use IntelliSense feature in Azure CLI extension
  5. Observe that code hints and completions do not appear

Expected Result: IntelliSense feature in Azure CLI extension should provide code hints and completions

Actual Result: Code hints and completions do not appear when using the IntelliSense feature in Azure CLI extension

Notes

Request for Help I am requesting help to resolve this issue with the IntelliSense feature in the Azure CLI's vscode extension. Any suggestions or solutions would be greatly appreciated.

image
bluebrown commented 1 year ago

It works ocasionally but its super flow.

djsunay commented 1 year ago

Sorun Özeti : Azure CLI'nin vscode uzantısındaki IntelliSense özelliği Windows 11 makinemde çalışmıyor. Kod ipuçları ve tamamlamalar görünmüyor. Sorunun, yine yüklü olan yardımcı pilot uzantısıyla ilgili bir çakışmadan kaynaklanabileceğini düşünüyorum ancak yardımcı pilotun devre dışı bırakılması sorunu çözmedi.

Çoğaltmanın Adımları :

  1. Windows 11 makinesinde vscode'u açın
  2. Azure CLI uzantısını yükleyin
  3. Yardımcı pilot uzantısını yükleyin
  4. Azure CLI uzantısında IntelliSense özelliğini kullanmaya çalışın
  5. Kod ipuçlarının ve tamamlamaların görünmediğini gözlemleyin

Beklenen Sonuç : Azure CLI uzantısındaki IntelliSense özelliği, kod ipuçları ve tamamlamaları sağlamalıdır

Gerçek Sonuç : Azure CLI uzantısında IntelliSense özelliği kullanılırken kod ipuçları ve tamamlamalar görünmüyor

Notlar

  • Yardımcı Pilot uzantısı devre dışı bırakıldı ancak sorunu çözmedi

Yardım İsteği Azure CLI'nin vscode uzantısındaki IntelliSense özelliğiyle ilgili bu sorunu çözmek için yardım istiyorum. Herhangi bir öneri veya çözüm çok takdir edilecektir. resim

image