I have recently installed Python 3.5.2 then PyCharm (IDE), but intellisense or auto-complete not working in my 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
...but surprised to see that it works fine with below code:
myCity = "New York City"
print(myCity.upper())
Finally it working now:
I had to install the Python 3.4.1
for my PyCharm 2016.3.2
Go to File
menu >> Settings...
>> Project: Python Programs
>> Project Interpreter
>> now follow below screenshot:
...but not sure that why it was not working with Python 3.5? ---> Thank you to @Pavel Karateev for the helpful update.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With