【发布时间】:2021-05-24 03:03:21
【问题描述】:
我对 python 还很陌生。所以我安装了 python,我的编辑器是 Visual Studio Code。 Intellisense 似乎适用于此代码(扩展 BeautifulSoup): enter image description here
但它不适用于此: enter image description here
我尝试重新启动计算机,但没有帮助。
我也尝试过使用虚拟环境,并且我还选择了正确的关联解释器。为了在 Visual Studio Code 中使用 python,我安装了以下扩展:
- MagicPython
- 皮兰斯
- Python
- Python 扩展包
- Visual Studio IntelliCode
您知道为什么我的 Intellisense 不适用于软件包吗?
【问题讨论】:
标签: python visual-studio-code intellisense