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-
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-
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-
.