VSCode 建议为空

问题描述 投票:0回答:1

我在使用 Visual Studio Code 中的自动完成建议时遇到问题。它们突然停止工作,尽管它们之前运行正常。我尝试过调整各种设置,但未能解决问题。


**Specifics:**

* I'm using Visual Studio Code version 1.95.1 on windows 10
* The auto-complete suggestions for all languages (e.g., Python, JavaScript, etc.) are not working.
* I've tried restarting VS Code and my computer, but the problem persists.

**Troubleshooting Steps I've Taken:**

* Checked the `editor.quickSuggestions` setting and ensured it's enabled.
* Disabled and re-enabled extensions related to language support or IntelliSense.
* Tried reinstalling extensions.
* Verified that language extensions are installed and enabled.

**Any suggestions or troubleshooting tips would be greatly appreciated.**

enter image description here

visual-studio-code
1个回答
0
投票

您可以尝试检查 VS Code 日志。它们应该位于名为

OUTPUT
的选项卡底部。也许某个扩展正在运行或其他配置错误。 这是一个简短的手册:https://docs.oracle.com/en/cloud/paas/application-integration/adapter-builder/view-vs-code-extension-logs.html

© www.soinside.com 2019 - 2024. All rights reserved.