Reputation: 478
I'm new to Machine Learning and using Spyder. I'm on Python 3.6. How do I add intellisense to Spyder so when I type a class or method name I will see a list of available options? I checked my Preferences tab but didn't see anything. Could've missed it though. Also, my Preferences are listed under the Python window(see below)
I've heard of the Preferences option being located under the Help menu but didn't see anything.
Upvotes: 4
Views: 10533
Reputation: 7897
activate yourenvironmentyouwantintellisense
"pip install rope_py3k
Upvotes: 2