gpt4 book ai didi

python - PyCharm:Intellisense 或自动完成不适用于 Python 3.5.2

转载 作者:太空宇宙 更新时间:2023-11-03 15:58:28 24 4
gpt4 key购买 nike

我最近安装了 Python 3.5.2,然后安装了 PyCharm (IDE),但智能感知或自动完成功能在我的 Windows 10 中不起作用。

# Method 1: intellisense or auto-complete not working for below
city = input("Enter your City \n")
print(city)
print(city.) *#<<<--- here not working when put a "." after "city"* variable

Snapshot 1

...但惊讶地发现它可以与以下代码一起正常工作:

myCity = "New York City"
print(myCity.upper())

Snapshot 2

最佳答案

现在终于可以工作了:

  1. 我必须安装 Python 3.4.1对于我的 PyCharm 2016.3.2

  2. 转到 File菜单 >> Settings... >> Project: Python Programs >> Project Interpreter >> 现在按照下面的截图:

Screenshot

...但不确定为什么它不能与 Python 3.5 一起使用? ---> 感谢@Pavel Karateev 提供的有用更新。

关于python - PyCharm:Intellisense 或自动完成不适用于 Python 3.5.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41857201/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com