How do I make Spyder to display all available functions within an imported module?

833 views
Skip to first unread message

Ritobrata Ghosh

unread,
Apr 1, 2020, 11:29:58 AM4/1/20
to spyder
I started using Spyder through Anaconda just yesterday. I am doing multiple courses which are using Spyder.

It is shown in the videos, that whenever you put a dot next to a module name, all available functions are displayed by the IDE.

Say, like this-

import math

math
.


Whenever you put in the dot after the module name, the IDE shows you all functions within that module. It is shown in videos of courses I am following. Like this-Dropdown list of available functions 
But I am not able to see that list. Spyder does not show me anything.

I have not been able to tweak it through the settings.

How do I change settings so that Spyder shows me a list of all available functions included in a module whenever I type in the "." after an imported module name?

I am very new to Spyder, hence this question. Thanks!

PS- I am able to automatically see the functions' arguments from Spyder when I put in the left parenthesis after a function name, like-
print(

Reply all
Reply to author
Forward
0 new messages